How to Send Result Emails from Your Server Using SMTP¶
SMTP, or Simple Mail Transfer Protocol, is the protocol that carries email across the internet. Connect your quiz to your own SMTP server and the result emails leave from your address rather than RevenueHunt, so they carry your branding.
Which emails this affects
Connecting an SMTP server changes where both kinds of quiz email come from:
- The result email your customer receives.
- The notification you receive on each quiz completion.
Setting up SMTP server connection¶
- Open App settings from the side menu.
- Open
SMTP settings. -
Fill in your SMTP details.

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.SMTP Authentication: pick your provider's method from the dropdown, usuallyplain.Encryption: chooseSTARTTLSorSSL/TLS, whichever your provider asks for. STARTTLS usually runs on port 587, and SSL/TLS on port 465.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Click
Test connection. The app sends a test email and reportsSMTP connection successful, with the subject, the recipient and the timestamp.
If the test fails, check every credential again, the port first. See Troubleshooting.
-
Tick
Enable sending emails using your own SMTP server. The checkbox stays greyed out until a test passes. From then on, both quiz emails leave your own server.
- Open the app settings: go to your quiz dashboard and open App Settings.
-
Open the SMTP tab: select the SMTP tab.

-
Enter your SMTP details: fill in your SMTP server details.
Fill in the following fields:

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Test and activate: click
test connection & activate. If the test passes, your emails leave from your own server from then on.If there are errors, please check the troubleshooting guidelines.
- Open the app settings: go to your quiz dashboard and open App Settings.
-
Open the SMTP tab: select the SMTP tab.

-
Enter your SMTP details: fill in your SMTP server details.
Fill in the following fields:

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Test and activate: click
test connection & activate. If the test passes, your emails leave from your own server from then on.If there are errors, please check the troubleshooting guidelines.
- Open the app settings: go to your quiz dashboard and open App Settings.
-
Open the SMTP tab: select the SMTP tab.

-
Enter your SMTP details: fill in your SMTP server details.
Fill in the following fields:

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Test and activate: click
test connection & activate. If the test passes, your emails leave from your own server from then on.If there are errors, please check the troubleshooting guidelines.
- Open the app settings: go to your quiz dashboard and open App Settings.
-
Open the SMTP tab: select the SMTP tab.

-
Enter your SMTP details: fill in your SMTP server details.
Fill in the following fields:

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Test and activate: click
test connection & activate. If the test passes, your emails leave from your own server from then on.If there are errors, please check the troubleshooting guidelines.
- Open the app settings: go to your quiz dashboard and open App Settings.
-
Open the SMTP tab: select the SMTP tab.

-
Enter your SMTP details: fill in your SMTP server details.
Fill in the following fields:

SMTP From: the name and address the customer sees. Use the format"Full Name" <name@company.com>.SMTP Server: the server address from your provider, such assmtp.example.com.SMTP Username: usually the email address your provider gave you.SMTP Password: the password for that username. Some providers issue a separate password for SMTP.SMTP Port: the port your provider specifies, usually25,465,587or2525.
Credentials differ by provider. Search your provider's documentation for
SMTP, read Specific SMTP configurations below, or ask their support team. -
Test and activate: click
test connection & activate. If the test passes, your emails leave from your own server from then on.If there are errors, please check the troubleshooting guidelines.
Specific SMTP configurations¶
Outlook and Office 365¶
To find credentials to fill in please check this Microsoft documentation.
Office 365 blocks the app until you allow its IP address, 3.14.55.225.
- Sign in to Office 365, select
Admin, thenExchangeunderAdmin Centers. - Open
Protection, chooseConnection Filter, and click the pencil icon to edit it. - Add
3.14.55.225to theIP Allow List, then turn onEnable Safe List.
Google Workspace¶
For the credentials to enter, see this Google documentation.

- Turn on 2-Step Verification. Google requires it before it will issue an app password.
- Open App Passwords, select
MailandOther, and generate a password. - Use that password as your
SMTP Password, not your normal Google password.
Troubleshooting: common SMTP connection issues¶
- Test your credentials with a third-party tool: check your SMTP settings with a tool such as GMass SMTP Test. Credentials that work there work in the RevenueHunt app too. If they fail there, ask your developer or your SMTP provider.
- Office 365 is blocking the email: add
3.14.55.225to theIP Allow List. See Outlook and Office 365. - Google Workspace SMTP fails: check that 2FA is on and that you used the app password. Port 587 or 465 should work. If neither does, try again or check Google's support pages.
This article explains how to add your email provider's SMTP server to your quiz, so result emails leave from your own server. For anything else about SMTP, see your provider's documentation or ask their support team.