E-mail Setup
Home
Settings
E-mail Setup
E-mail Configuration
Server Type
Select which E-mail server you want to use, Server Mail function is not recommended.
config->smtp_or_mail == 'smtp') ? 'selected': '';?>>SMTP Server
config->smtp_or_mail == 'mail') ? 'selected': '';?>>Server Mail (Default)
SMTP Host
Your SMTP account host name, can be IP, domain or subdomain.
SMTP Username
Your SMTP account username.
SMTP Password
Your SMTP account password.
SMTP Port
Which port does your SMTP server use? most used 587 for TLS, and 465 for SSL encryption.
SMTP Encryption
Which encryption method does your SMTP server use?
config->smtp_encryption == 'tls') ? 'selected': '';?>>TLS
config->smtp_encryption == 'ssl') ? 'selected': '';?>>SSL
Test E-mail Server