Skip to content

Sending Emails with RevenueHunt app

In this tutorial you will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 this tutorial you will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 will learn how to send emails to customers and to yourself. It also covers connecting your own email server over SMTP, which stands for Simple Mail Transfer Protocol.

What you will 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 customers

  1. Add Email question: Your quiz needs an email question before you set up result emails. Go to Quiz builder > Questions and click + Add question or + Add block.
  2. Activate emails to customers: Go to Quiz Settings > Emails to respondents and check Send email when someone completes the quiz. Emails to respondents setting activated
  3. Edit Email template - Email TO: Choose which email question supplies the address that the result email is sent to.
  4. Edit Email template - REPLY-TO: Choose the address that the customer replies to.
  5. Edit Email template - Email Subject: Edit the title of the email that customers will receive.
  6. Edit Email template - Email Liquid template: Configure the email template of the email that your customers will receive.

    how to send result emails html template

    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 recalls quiz information through metadata. That covers the response ID, the quiz name, the customer's name and email, the answers, tags, recommended products and results page content.

      Tip

      To learn more about the metadata, see Quiz Response Metadata Structure.

    • The Email Liquid Template field has useful code snippets below it. Use them to insert quiz data, such as the 'Responses by Block' snippet that lists the answers.

      Tip

      You can copy the useful code snippets and paste them into a large language model like ChatGPT or Gemini to style the liquid email template.

    Note

    HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript, so JavaScript code has no effect. Read more in Editing Email templates.

  7. Email Preview: Use the Email preview section to see how the email looks for different customers.

  8. Recommended Add Your SMTP Credentials: Check Sending Emails from Your Servers (SMTP) to learn how to connect your own email server using SMTP.
  9. Save the changes: Remember to save the changes with the top-right Save button to update the preview/live quiz.
  10. 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.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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.

    Once the RevenueHunt app is connected to your SMTP server, the follow-up emails with quiz results are sent from your own email account.

    If you are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Add Email Question: Your quiz needs an email question before you set up result emails. Add one in the Quiz Builder.

  3. Activate emails to customers: Go to Notifications > TO RESPONDENT and toggle Send email when someone completes the quiz. Emails to respondents setting activated
  4. Edit REPLY-TO: Choose what email the customers will be able to reply to once they receive the results.
  5. Email TO: Choose which email question supplies the address. With only one email question in the quiz, it is selected for you.
  6. 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.
  7. 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 or switch to basic text message in the Email Text Message field.
    • Basic text email template. Type the text you want the customer to see in the Email Text Message field. Add dynamic elements with @, or with an Information Recall, to pull in the customer name, email, phone number, quiz name, answers and recommended products. The basic template shows no images and no color, and has the best deliverability. Basic text email template
    • Advanced HTML email template. Editing it needs HTML and Handlebars helpers. Use quiz response metadata such as {{first_name}} to personalize an email, and use Handlebars to loop over recommended products. HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript. Read more in Editing Email Templates. Advanced HTML email template
  8. Publish the changes: Publish the changes with the top-right Publish button to update the preview and the live quiz.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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.

    Once the RevenueHunt app is connected to your SMTP server, the follow-up emails with quiz results are sent from your own email account.

    If you are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Add Email Question: Your quiz needs an email question before you set up result emails. Add one in the Quiz Builder.

  3. Activate emails to customers: Go to Notifications > TO RESPONDENT and toggle Send email when someone completes the quiz. Emails to respondents setting activated
  4. Edit REPLY-TO: Choose what email the customers will be able to reply to once they receive the results.
  5. Email TO: Choose which email question supplies the address. With only one email question in the quiz, it is selected for you.
  6. 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.
  7. 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 or switch to basic text message in the Email Text Message field.
    • Basic text email template. Type the text you want the customer to see in the Email Text Message field. Add dynamic elements with @, or with an Information Recall, to pull in the customer name, email, phone number, quiz name, answers and recommended products. The basic template shows no images and no color, and has the best deliverability. Basic text email template
    • Advanced HTML email template. Editing it needs HTML and Handlebars helpers. Use quiz response metadata such as {{first_name}} to personalize an email, and use Handlebars to loop over recommended products. HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript. Read more in Editing Email Templates. Advanced HTML email template
  8. Publish the changes: Publish the changes with the top-right Publish button to update the preview and the live quiz.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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.

    Once the RevenueHunt app is connected to your SMTP server, the follow-up emails with quiz results are sent from your own email account.

    If you are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Add Email Question: Your quiz needs an email question before you set up result emails. Add one in the Quiz Builder.

  3. Activate emails to customers: Go to Notifications > TO RESPONDENT and toggle Send email when someone completes the quiz. Emails to respondents setting activated
  4. Edit REPLY-TO: Choose what email the customers will be able to reply to once they receive the results.
  5. Email TO: Choose which email question supplies the address. With only one email question in the quiz, it is selected for you.
  6. 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.
  7. 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 or switch to basic text message in the Email Text Message field.
    • Basic text email template. Type the text you want the customer to see in the Email Text Message field. Add dynamic elements with @, or with an Information Recall, to pull in the customer name, email, phone number, quiz name, answers and recommended products. The basic template shows no images and no color, and has the best deliverability. Basic text email template
    • Advanced HTML email template. Editing it needs HTML and Handlebars helpers. Use quiz response metadata such as {{first_name}} to personalize an email, and use Handlebars to loop over recommended products. HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript. Read more in Editing Email Templates. Advanced HTML email template
  8. Publish the changes: Publish the changes with the top-right Publish button to update the preview and the live quiz.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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.

    Once the RevenueHunt app is connected to your SMTP server, the follow-up emails with quiz results are sent from your own email account.

    If you are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Add Email Question: Your quiz needs an email question before you set up result emails. Add one in the Quiz Builder.

  3. Activate emails to customers: Go to Notifications > TO RESPONDENT and toggle Send email when someone completes the quiz. Emails to respondents setting activated
  4. Edit REPLY-TO: Choose what email the customers will be able to reply to once they receive the results.
  5. Email TO: Choose which email question supplies the address. With only one email question in the quiz, it is selected for you.
  6. 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.
  7. 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 or switch to basic text message in the Email Text Message field.
    • Basic text email template. Type the text you want the customer to see in the Email Text Message field. Add dynamic elements with @, or with an Information Recall, to pull in the customer name, email, phone number, quiz name, answers and recommended products. The basic template shows no images and no color, and has the best deliverability. Basic text email template
    • Advanced HTML email template. Editing it needs HTML and Handlebars helpers. Use quiz response metadata such as {{first_name}} to personalize an email, and use Handlebars to loop over recommended products. HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript. Read more in Editing Email Templates. Advanced HTML email template
  8. Publish the changes: Publish the changes with the top-right Publish button to update the preview and the live quiz.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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.

    Once the RevenueHunt app is connected to your SMTP server, the follow-up emails with quiz results are sent from your own email account.

    If you are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Add Email Question: Your quiz needs an email question before you set up result emails. Add one in the Quiz Builder.

  3. Activate emails to customers: Go to Notifications > TO RESPONDENT and toggle Send email when someone completes the quiz. Emails to respondents setting activated
  4. Edit REPLY-TO: Choose what email the customers will be able to reply to once they receive the results.
  5. Email TO: Choose which email question supplies the address. With only one email question in the quiz, it is selected for you.
  6. 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.
  7. 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 or switch to basic text message in the Email Text Message field.
    • Basic text email template. Type the text you want the customer to see in the Email Text Message field. Add dynamic elements with @, or with an Information Recall, to pull in the customer name, email, phone number, quiz name, answers and recommended products. The basic template shows no images and no color, and has the best deliverability. Basic text email template
    • Advanced HTML email template. Editing it needs HTML and Handlebars helpers. Use quiz response metadata such as {{first_name}} to personalize an email, and use Handlebars to loop over recommended products. HTML emails do not render the same way in every email client, so add styles inline rather than as classes. Email clients do not run JavaScript. Read more in Editing Email Templates. Advanced HTML email template
  8. Publish the changes: Publish the changes with the top-right Publish button to update the preview and the live quiz.

Sending emails to yourself

  1. Activate Emails to Self: Go to Quiz Settings > Emails to self and check Receive an email when someone completes the quiz. Emails to self setting activated
  2. Edit Email template - Email to: Choose the address that receives the notification, such as a company or personal email.
  3. Edit Email template - Email Subject: Edit the subject line of the notification email.
  4. Edit Email template - Email Liquid template: Configure the email you 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 the useful code snippets to add customer information. Click a snippet to copy it, then paste it at the top of your email liquid template.

      Tip

      You can copy the useful code snippets and paste them into a large language model like ChatGPT or Gemini to style the liquid email template.

    • You can always reset the email template to default settings.

  5. Email Preview: Use the Email preview section to see how the email looks for different customers.

  6. Recommended Add Your SMTP Credentials: To connect your own email server, see Sending Emails from Your Servers (SMTP).
  7. Save the changes: Save the changes with the top Save button.
  8. Preview the quiz: Return to the dashboard and preview the quiz. Complete it all the way to the results page to trigger the email notification.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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 are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Open Notifications: Navigate to Notifications > TO SELF in your quiz dashboard.

  3. Activate Notifications: Toggle the button to activate the emails. You can get an email for each quiz completion, and for each cart or checkout. Emails to self setting activated
  4. Add your email address in the Send email notification to field.
  5. Publish the changes: Remember to publish the changes with the top-right Publish button.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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 are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Open Notifications: Navigate to Notifications > TO SELF in your quiz dashboard.

  3. Activate Notifications: Toggle the button to activate the emails. You can get an email for each quiz completion, and for each cart or checkout. Emails to self setting activated
  4. Add your email address in the Send email notification to field.
  5. Publish the changes: Remember to publish the changes with the top-right Publish button.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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 are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Open Notifications: Navigate to Notifications > TO SELF in your quiz dashboard.

  3. Activate Notifications: Toggle the button to activate the emails. You can get an email for each quiz completion, and for each cart or checkout. Emails to self setting activated
  4. Add your email address in the Send email notification to field.
  5. Publish the changes: Remember to publish the changes with the top-right Publish button.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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 are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Open Notifications: Navigate to Notifications > TO SELF in your quiz dashboard.

  3. Activate Notifications: Toggle the button to activate the emails. You can get an email for each quiz completion, and for each cart or checkout. Emails to self setting activated
  4. Add your email address in the Send email notification to field.
  5. Publish the changes: Remember to publish the changes with the top-right Publish button.

  1. Add Your SMTP Credentials: Go to App Settings > SMTP and enter your SMTP credentials. See How to Send Result Emails from Your Own Server for the setup.

    manual_appsettings_smtp

    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 are not sure which credentials to use, check your email provider's documentation for "SMTP", or contact their support.

  2. Open Notifications: Navigate to Notifications > TO SELF in your quiz dashboard.

  3. Activate Notifications: Toggle the button to activate the emails. You can get an email for each quiz completion, and for each cart or checkout. Emails to self setting activated
  4. Add your email address in the Send email notification to field.
  5. Publish the changes: Remember to publish the changes with the top-right Publish button.

Sending emails from your servers (SMTP)

  1. Access Settings: Navigate to your quiz dashboard and open the App settings.
  2. Locate SMTP Settings: Select the SMTP tab.
  3. 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'.
    • See Specific SMTP Configurations for common email providers.
    • Contact your email provider's support team for assistance.

    Fill in the following fields:

    how to set up smtp

    • SMTP From: Enter the sender name, usually your store name, and the email address your provider gave you.
    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. 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 the test passes, emails are sent from your email server rather than from RevenueHunt's.

    how to set up smtp success

  1. Access Settings: Navigate to your quiz dashboard and open the App Settings.
  2. Locate SMTP Settings: Select the SMTP tab.

    how to set up smtp

  3. Enter SMTP Details: Fill in your SMTP server details.

    Fill in the following fields:

    how to set up smtp filled in

    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. Test and Activate: Click test connection & activate. Once the test passes, all emails are sent from your server.

    If there are errors, please check the troubleshooting guidelines.

  1. Access Settings: Navigate to your quiz dashboard and open the App Settings.
  2. Locate SMTP Settings: Select the SMTP tab.

    how to set up smtp

  3. Enter SMTP Details: Fill in your SMTP server details.

    Fill in the following fields:

    how to set up smtp filled in

    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. Test and Activate: Click test connection & activate. Once the test passes, all emails are sent from your server.

    If there are errors, please check the troubleshooting guidelines.

  1. Access Settings: Navigate to your quiz dashboard and open the App Settings.
  2. Locate SMTP Settings: Select the SMTP tab.

    how to set up smtp

  3. Enter SMTP Details: Fill in your SMTP server details.

    Fill in the following fields:

    how to set up smtp filled in

    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. Test and Activate: Click test connection & activate. Once the test passes, all emails are sent from your server.

    If there are errors, please check the troubleshooting guidelines.

  1. Access Settings: Navigate to your quiz dashboard and open the App Settings.
  2. Locate SMTP Settings: Select the SMTP tab.

    how to set up smtp

  3. Enter SMTP Details: Fill in your SMTP server details.

    Fill in the following fields:

    how to set up smtp filled in

    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. Test and Activate: Click test connection & activate. Once the test passes, all emails are sent from your server.

    If there are errors, see the troubleshooting guidelines.

  1. Access Settings: Navigate to your quiz dashboard and open the App Settings.
  2. Locate SMTP Settings: Select the SMTP tab.

    how to set up smtp

  3. Enter SMTP Details: Fill in your SMTP server details.

    Fill in the following fields:

    how to set up smtp filled in

    • 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 are not sure what to enter, contact your email service provider or search their documentation for "SMTP".

  4. Test and Activate: Click test connection & activate. Once the test passes, all emails are sent from your server.

    If there are errors, please check the troubleshooting guidelines.

You have set up emails with the RevenueHunt app.


This tutorial and video explain how to send emails to customers and to yourself, and how to connect your own email server over SMTP.