Mailer Configuration
Proper email configuration is crucial for maintaining smooth communication between your Text Club and your customers. This guide will help you set up and customize your mailer settings to ensure reliable email delivery.
There are two options to configure your mailer settings:
  • Mailer: This option setup outgoing email with PHP mailer.
  • SMTP: This option allows you to configure your own SMTP server for sending emails. It is recommended to use this option if you have a custom SMTP server.
Mailer Configuration
To set up your mailer settings, follow these steps:
  1. First make sure your have the Sender Email and Sender Name details on hand. You can obtain these from your server. If you are using CPanel, this will be located in the Email Accounts page.
  2. On the email configuration page, select SendMail as the Mail Engine.
  3. Enter your Sender Email obtained in step 1 into the From Email option box.
  4. Enter your Sender Name obtained in step 1 into the From Name option box.
  5. Click the Submit button to save your changes.
SMTP Configuration
Don't have an SMTP server? you can subscribe to a third-party service like MailGun, MailJet or Amazon SES for custom SMTP solution.
To set up your custom SMTP server, follow these steps:
  1. First make sure your have the Sender Email, Sender Name, Host Name, SMTP Port, Username and Password details on hand. You can obtain these from your server. If you are using CPanel, this will be located in the Email Accounts page.
  2. On the email configuration page, select SMTP as the Mail Engine.
  3. Enter your Sender Email obtained in step 1 into the From Email option box.
  4. Enter your Sender Name obtained in step 1 into the From Name option box.
  5. Enter your Sender Name obtained in step 1 into the From Name option box.
  6. Enter your Host Name obtained in step 1 into the Host Name option box.
  7. Enter your SMTP Port obtained in step 1 into the SMTP Port option box.
  8. Select SSL as the encryption mode
  9. Enter your Username obtained in step 1 into the Username option box.
  10. Enter your Password obtained in step 1 into the Password option box.
  11. Click the Submit button to save your changes.