Sedning Emails with RevenueHunt app¶
In these tutorials, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol) .
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP.
In this tutorial, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol).
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP,
- how to style emails with the help of AI tools.
In these tutorials, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol).
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP.
In these tutorials, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol).
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP.
In these tutorials, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol).
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP.
In these tutorials, you’ll learn how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP (Simple Mail Transfer Protocol).
You’ll learn:
- how to send quiz result emails to customers automatically,
- how to receive a notification email when someone completes a quiz,
- how to connect your own email server using SMTP.
Sending Emails to Respondents¶
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the follow-up emails with the quiz results that are sent to your customers will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder.
- Activate Respondent Emails: Go to
Notifications > TO RESPONDENT
and toggle theSend email when someone completes the quiz
button to activate the emails. - Edit REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Email TO: If you have more than one email question in your quiz, choose an answer to which email question should be used to send the result emails. If you have only one email question, it will be selected by default.
- Email Subject: Edit the title of the email that customers will receive. You can use
@
to recall information such as the customer name or the quiz name in the title field. - Edit Email Content: Configure the email your customers will receive. You can choose between a Basic (text) email format or Advanced (HTML) email format. You can switch between the two by clicking
switch to advanced HTML message
orswitch to basic text message
in theEmail Text Message
field.- Basic text email template is easy to use. Type the text that you want the customer to see in the
Email Text Message
field. You can personalize the email subject and content. You can add dynamic elements with@
. Use@
/ Information Recalls to recall quiz information in the email body. You can recall data such as customer name, email, phone number, quiz name, question responses, recommended products and more. Basic email template does not allow the display of images or color customization but offers maximum deliverability. - Advanced HTML email template requires the knowledge of HTML and Handlebars helpers to be edited. Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use Handlebars to loop through and display recommended products or customize content based on quiz outcomes. Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling Advanced HTML Email temapltes here.
- Basic text email template is easy to use. Type the text that you want the customer to see in the
- Publish the changes: Remember to publish the changes with the top-right
Publish
button to update the preview/live quiz.
- Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder > Questions and click
+ Add question
or+ Add block
. - Activate Respondent Emails: Go to
Quiz Settings > Emails to respondents
and check theSend email when someone completes the quiz
button to activate the emails. - Edit Email Template - Email TO: Choose an answer to which email question should be used to send the result emails to.
- Edit Email Template - REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Edit Email Template - Email Subject: Edit the title of the email that customers will receive.
-
Edit Email Template - Email Liquid template: Configure the email temaplate of the email that your customers will receive.
Warning
Email template requires the knowledge of HTML and liquid to be edited.
-
Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use liquid code to loop through and display recommended products or customize content based on quiz outcomes. -
The email liquid template uses metadata (such as response ID, quiz name, user's name and email, answers to quiz questions, tags and recommended products, content from the results page) to recall information from the quiz.
Tip
To learn more about the metadata, check out the Quiz Response Metadata Structure.
-
You can find useful code snippets under the
Email Liquid Template
field and use them to insert specific data into the email template (e.g., 'Responses by Block' snippet to list user answers).Tip
You can copy the useful code snippets and paste them into a large languge model like ChatGPT or Gemini to style the liquid email template.
Note
Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling and editing the Email templates here.
-
-
Email Preview: Use the Email preview section to check how the email will look like for different respondents.
Recommended
Add Your SMTP Credentials: Check the step by step instructions here to learn how to connect your own email server using SMTP.- Save the changes: Remember to save the changes with the top-right
Save
button to update the preview/live quiz. - Preview the quiz: Return to the dashboard and preview the quiz. Complete the quiz all the way to the results page to trigger the email notification.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the follow-up emails with the quiz results that are sent to your customers will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder.
- Activate Respondent Emails: Go to
Notifications > TO RESPONDENT
and toggle theSend email when someone completes the quiz
button to activate the emails. - Edit REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Email TO: If you have more than one email question in your quiz, choose an answer to which email question should be used to send the result emails. If you have only one email question, it will be selected by default.
- Email Subject: Edit the title of the email that customers will receive. You can use
@
to recall information such as the customer name or the quiz name in the title field. - Edit Email Content: Configure the email your customers will receive. You can choose between a Basic (text) email format or Advanced (HTML) email format. You can switch between the two by clicking
switch to advanced HTML message
orswitch to basic text message
in theEmail Text Message
field.- Basic text email template is easy to use. Type the text that you want the customer to see in the
Email Text Message
field. You can personalize the email subject and content. You can add dynamic elements with@
. Use@
/ Information Recalls to recall quiz information in the email body. You can recall data such as customer name, email, phone number, quiz name, question responses, recommended products and more. Basic email template does not allow the display of images or color customization but offers maximum deliverability. - Advanced HTML email template requires the knowledge of HTML and Handlebars helpers to be edited. Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use Handlebars to loop through and display recommended products or customize content based on quiz outcomes. Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling Advanced HTML Email temapltes here.
- Basic text email template is easy to use. Type the text that you want the customer to see in the
- Publish the changes: Remember to publish the changes with the top-right
Publish
button to update the preview/live quiz.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the follow-up emails with the quiz results that are sent to your customers will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder.
- Activate Respondent Emails: Go to
Notifications > TO RESPONDENT
and toggle theSend email when someone completes the quiz
button to activate the emails. - Edit REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Email TO: If you have more than one email question in your quiz, choose an answer to which email question should be used to send the result emails. If you have only one email question, it will be selected by default.
- Email Subject: Edit the title of the email that customers will receive. You can use
@
to recall information such as the customer name or the quiz name in the title field. - Edit Email Content: Configure the email your customers will receive. You can choose between a Basic (text) email format or Advanced (HTML) email format. You can switch between the two by clicking
switch to advanced HTML message
orswitch to basic text message
in theEmail Text Message
field.- Basic text email template is easy to use. Type the text that you want the customer to see in the
Email Text Message
field. You can personalize the email subject and content. You can add dynamic elements with@
. Use@
/ Information Recalls to recall quiz information in the email body. You can recall data such as customer name, email, phone number, quiz name, question responses, recommended products and more. Basic email template does not allow the display of images or color customization but offers maximum deliverability. - Advanced HTML email template requires the knowledge of HTML and Handlebars helpers to be edited. Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use Handlebars to loop through and display recommended products or customize content based on quiz outcomes. Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling Advanced HTML Email temapltes here.
- Basic text email template is easy to use. Type the text that you want the customer to see in the
- Publish the changes: Remember to publish the changes with the top-right
Publish
button to update the preview/live quiz.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the follow-up emails with the quiz results that are sent to your customers will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder.
- Activate Respondent Emails: Go to
Notifications > TO RESPONDENT
and toggle theSend email when someone completes the quiz
button to activate the emails. - Edit REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Email TO: If you have more than one email question in your quiz, choose an answer to which email question should be used to send the result emails. If you have only one email question, it will be selected by default.
- Email Subject: Edit the title of the email that customers will receive. You can use
@
to recall information such as the customer name or the quiz name in the title field. - Edit Email Content: Configure the email your customers will receive. You can choose between a Basic (text) email format or Advanced (HTML) email format. You can switch between the two by clicking
switch to advanced HTML message
orswitch to basic text message
in theEmail Text Message
field.- Basic text email template is easy to use. Type the text that you want the customer to see in the
Email Text Message
field. You can personalize the email subject and content. You can add dynamic elements with@
. Use@
/ Information Recalls to recall quiz information in the email body. You can recall data such as customer name, email, phone number, quiz name, question responses, recommended products and more. Basic email template does not allow the display of images or color customization but offers maximum deliverability. - Advanced HTML email template requires the knowledge of HTML and Handlebars helpers to be edited. Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use Handlebars to loop through and display recommended products or customize content based on quiz outcomes. Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling Advanced HTML Email temapltes here.
- Basic text email template is easy to use. Type the text that you want the customer to see in the
- Publish the changes: Remember to publish the changes with the top-right
Publish
button to update the preview/live quiz.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the follow-up emails with the quiz results that are sent to your customers will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Add Email Question: Before you set up your result emails, you need to make sure that the quiz has an email question. To add an email question go to the Quiz Builder.
- Activate Respondent Emails: Go to
Notifications > TO RESPONDENT
and toggle theSend email when someone completes the quiz
button to activate the emails. - Edit REPLY-TO: Choose what email the customers will be able to reply to once they recieve the results.
- Email TO: If you have more than one email question in your quiz, choose an answer to which email question should be used to send the result emails. If you have only one email question, it will be selected by default.
- Email Subject: Edit the title of the email that customers will receive. You can use
@
to recall information such as the customer name or the quiz name in the title field. - Edit Email Content: Configure the email your customers will receive. You can choose between a Basic (text) email format or Advanced (HTML) email format. You can switch between the two by clicking
switch to advanced HTML message
orswitch to basic text message
in theEmail Text Message
field.- Basic text email template is easy to use. Type the text that you want the customer to see in the
Email Text Message
field. You can personalize the email subject and content. You can add dynamic elements with@
. Use@
/ Information Recalls to recall quiz information in the email body. You can recall data such as customer name, email, phone number, quiz name, question responses, recommended products and more. Basic email template does not allow the display of images or color customization but offers maximum deliverability. - Advanced HTML email template requires the knowledge of HTML and Handlebars helpers to be edited. Incorporate quiz response metadata like
{{first_name}}
to personalize emails. You can use Handlebars to loop through and display recommended products or customize content based on quiz outcomes. Note that HTML emails are not rendered the same in different email clients and that you should add styles inline, not as classes. You also can’t add JavaScript code since it won’t be executed by email clients. Read more about styling Advanced HTML Email temapltes here.
- Basic text email template is easy to use. Type the text that you want the customer to see in the
- Publish the changes: Remember to publish the changes with the top-right
Publish
button to update the preview/live quiz.
Sending Emails to Yourself¶
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the notification emails to admin will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Open Notifications: Navigate to
Notifications > TO SELF
in your quiz dashboard. - Activate Notifications: Toggle the button to activate the emails. Here, you can opt to receive an email for each quiz completion and/or when someone proceeds to the cart or checkout.
- Add your email address in the
Send email notification to
field. - Publish the changes: Remember to publish the changes with the top-right
Publish
button.
- Activate Emails to Self: Go to
Quiz Settings > Emails to self
and check theReceive an email when someone completes the quiz
button to activate the emails. - Edit Email template - Email to: Choose what email adress should recieve the notification (e.g., company or personal email).
- Edit Email template - Email Subject: Edit the title of the email notifications will receive.
-
Edit Email template - Email Liquid tempalte: Configure the email your customers will receive. Edit the liquid email template.
- The default liquid template includes all customer answers from the quiz. You can edit this template to include additional information.
-
Use provided
useful code snippets
to add personal information from users. To add personal information, click to copy the template snippet and paste it at the top of your email liquid template.Tip
You can copy the useful code snippets and paste them into a large languge model like ChatGPT or Gemini to style the liquid email template.
-
You can always reset the email template to default settings.
-
Email Preview: Use the Email preview section to check how the email will look like for different respondents.
Recommended
Add Your SMTP Credentials: Check the step by step instructions here to learn how to connect your own email server using SMTP.- Save the changes: Remember to save the changes with the top
Save
button. - Preview the quiz: Return to the dashboard and preview the quiz. Complete the quiz all the way to the results page to trigger the email notification.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the notification emails to admin will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Open Notifications: Navigate to
Notifications > TO SELF
in your quiz dashboard. - Activate Notifications: Toggle the button to activate the emails. Here, you can opt to receive an email for each quiz completion and/or when someone proceeds to the cart or checkout.
- Add your email address in the
Send email notification to
field. - Publish the changes: Remember to publish the changes with the top-right
Publish
button.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the notification emails to admin will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Open Notifications: Navigate to
Notifications > TO SELF
in your quiz dashboard. - Activate Notifications: Toggle the button to activate the emails. Here, you can opt to receive an email for each quiz completion and/or when someone proceeds to the cart or checkout.
- Add your email address in the
Send email notification to
field. - Publish the changes: Remember to publish the changes with the top-right
Publish
button.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the notification emails to admin will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Open Notifications: Navigate to
Notifications > TO SELF
in your quiz dashboard. - Activate Notifications: Toggle the button to activate the emails. Here, you can opt to receive an email for each quiz completion and/or when someone proceeds to the cart or checkout.
- Add your email address in the
Send email notification to
field. - Publish the changes: Remember to publish the changes with the top-right
Publish
button.
-
Add Your SMTP Credentials: Go to
App Settings > SMTP
and provide your email SMTP credentials. Follow these instruction to learn how to set this up.Note
SMTP stands for Simple Mail Transfer Protocol. SMTP is a connection protocol that enables third-party apps (e.g. RevenueHunt) to send emails through your email server.
When you connect the RevenueHunt app to your SMTP Server, the notification emails to admin will be sent from your email account.
If you're unsure what credentials to use, check your email provider's documentation (look for "SMTP") or contact their customer support.
-
Open Notifications: Navigate to
Notifications > TO SELF
in your quiz dashboard. - Activate Notifications: Toggle the button to activate the emails. Here, you can opt to receive an email for each quiz completion and/or when someone proceeds to the cart or checkout.
- Add your email address in the
Send email notification to
field. - Publish the changes: Remember to publish the changes with the top-right
Publish
button.
Sending Emails from Your Servers (SMTP)¶
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
-
Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
Fill in the following fields:
- SMTP From Field: Enter your email address in the format
name@revenuehunt.com
. - SMTP Server: Copy the host value from your email provider's configuration (usually in the format
smtp.something
). - Username: Use the username provided, usually your email address.
- SMTP Password: Enter the password provided by your email provider. Note that some providers may require a special password for SMTP settings.
- SMTP Port: Enter the port number (e.g.,
587
) as specified by your email provider's configuration.
SMTP settings vary by email provider. To find your settings:
- Search your email provider's documentation for 'SMTP'.
- Visit Specific SMTP Configurations for common email provider instructions.
- Contact your email provider's support team for assistance.
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
- SMTP From Field: Enter your email address in the format
-
Test and Activate: Click on
test connection & activate
. If the test is succsefull, from now on all the emails will be sent from your server.If there are errors, please check the troubleshooting guidelines.
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
- Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
SMTP credentials vary by email provider. To find yours:
- Check your email provider's documentation by searching for 'SMTP'.
- Refer to the Revenue Hunt documentation for links to common email providers.
- Contact your email provider's support team for assistance.
Fill in the following fields:
- SMTP From: Enter the name (e.g., 'Revenue Hunt') and the provided email address.
- SMTP Server: Copy the SMTP server address from your email provider's configuration (usually in the format
smtp.something
). - SMTP Username: Use the email address provided by your email provider.
- SMTP Password: Copy the password provided by your email provider.
- SMTP Port: Enter the correct SMTP port number from your email provider's configuration.
- SMTP Authentication: Select 'Plain' for authentication method.
- Security Settings: Adjust as necessary based on your service's requirements (e.g., uncheck options that are not needed).
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
-
Test and Activate: After filling out the SMTP settings, click
Save
to test the connection.If the connection fails, double-check all credentials, especially the SMTP port.
Tip
If there are errors, please check the troubleshooting guidelines.
Once successful, emails will be sent from your email server instead of Revenue Hunt's server.
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
-
Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
Fill in the following fields:
- SMTP From Field: Enter your email address in the format
name@revenuehunt.com
. - SMTP Server: Copy the host value from your email provider's configuration (usually in the format
smtp.something
). - Username: Use the username provided, usually your email address.
- SMTP Password: Enter the password provided by your email provider. Note that some providers may require a special password for SMTP settings.
- SMTP Port: Enter the port number (e.g.,
587
) as specified by your email provider's configuration.
SMTP settings vary by email provider. To find your settings:
- Search your email provider's documentation for 'SMTP'.
- Visit Specific SMTP Configurations for common email provider instructions.
- Contact your email provider's support team for assistance.
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
- SMTP From Field: Enter your email address in the format
-
Test and Activate: Click on
test connection & activate
. If the test is succsefull, from now on all the emails will be sent from your server.If there are errors, please check the troubleshooting guidelines.
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
-
Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
Fill in the following fields:
- SMTP From Field: Enter your email address in the format
name@revenuehunt.com
. - SMTP Server: Copy the host value from your email provider's configuration (usually in the format
smtp.something
). - Username: Use the username provided, usually your email address.
- SMTP Password: Enter the password provided by your email provider. Note that some providers may require a special password for SMTP settings.
- SMTP Port: Enter the port number (e.g.,
587
) as specified by your email provider's configuration.
SMTP settings vary by email provider. To find your settings:
- Search your email provider's documentation for 'SMTP'.
- Visit Specific SMTP Configurations for common email provider instructions.
- Contact your email provider's support team for assistance.
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
- SMTP From Field: Enter your email address in the format
-
Test and Activate: Click on
test connection & activate
. If the test is succsefull, from now on all the emails will be sent from your server.If there are errors, please check the troubleshooting guidelines.
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
-
Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
Fill in the following fields:
- SMTP From Field: Enter your email address in the format
name@revenuehunt.com
. - SMTP Server: Copy the host value from your email provider's configuration (usually in the format
smtp.something
). - Username: Use the username provided, usually your email address.
- SMTP Password: Enter the password provided by your email provider. Note that some providers may require a special password for SMTP settings.
- SMTP Port: Enter the port number (e.g.,
587
) as specified by your email provider's configuration.
SMTP settings vary by email provider. To find your settings:
- Search your email provider's documentation for 'SMTP'.
- Visit Specific SMTP Configurations for common email provider instructions.
- Contact your email provider's support team for assistance.
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
- SMTP From Field: Enter your email address in the format
-
Test and Activate: Click on
test connection & activate
. If the test is succsefull, from now on all the emails will be sent from your server.If there are errors, please check the troubleshooting guidelines.
- Access Settings: Navigate to your quiz dashboard and open the App Settings.
-
Locate SMTP Settings: Select the SMTP tab.
-
Enter SMTP Details: Fill in your SMTP server details.
Fill in the following fields:
- SMTP From Field: Enter your email address in the format
name@revenuehunt.com
. - SMTP Server: Copy the host value from your email provider's configuration (usually in the format
smtp.something
). - Username: Use the username provided, usually your email address.
- SMTP Password: Enter the password provided by your email provider. Note that some providers may require a special password for SMTP settings.
- SMTP Port: Enter the port number (e.g.,
587
) as specified by your email provider's configuration.
SMTP settings vary by email provider. To find your settings:
- Search your email provider's documentation for 'SMTP'.
- Visit Specific SMTP Configurations for common email provider instructions.
- Contact your email provider's support team for assistance.
Note
If you're not sure how to fill it in, try contacting your email service provider or check their documentation (search for "SMTP" on the documentation page).
- SMTP From Field: Enter your email address in the format
-
Test and Activate: Click on
test connection & activate
. If the test is succsefull, from now on all the emails will be sent from your server.If there are errors, please check the troubleshooting guidelines.
Congratulations! You've successfully set up emails with the RevenueHunt app!
This tutorial and video explain how to send emails to quiz respondents and yourself using the RevenueHunt app and how to connect your own email server using SMTP.