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.
To access the Mailer Configuration page, navigate to:
Mailer Configuration
To set up your mailer settings, follow these steps:
- First make sure your have the
Sender Email
andSender Name
details on hand. You can obtain these from your server. If you are using CPanel, this will be located in theEmail Accounts
page. - On the email configuration page, select
SendMail
as the Mail Engine. - Enter your
Sender Email
obtained in step 1 into theFrom Email
option box. - Enter your
Sender Name
obtained in step 1 into theFrom Name
option box. - 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:
- First make sure your have the
Sender Email
,Sender Name
,Host Name
,SMTP Port
,Username
andPassword
details on hand. You can obtain these from your server. If you are using CPanel, this will be located in theEmail Accounts
page. - On the email configuration page, select
SMTP
as the Mail Engine. - Enter your
Sender Email
obtained in step 1 into theFrom Email
option box. - Enter your
Sender Name
obtained in step 1 into theFrom Name
option box. - Enter your
Sender Name
obtained in step 1 into theFrom Name
option box. - Enter your
Host Name
obtained in step 1 into theHost Name
option box. - Enter your
SMTP Port
obtained in step 1 into theSMTP Port
option box. - Select
SSL
as the encryption mode - Enter your
Username
obtained in step 1 into theUsername
option box. - Enter your
Password
obtained in step 1 into thePassword
option box. - Click the
Submit
button to save your changes.