SMTP Detail
Important Rules
For each config settings that would be added to the system, make sure it has these constant/slug:
- SMTP_ALLOW - Will be replaced by SMTP allow flag from the admin settings.
- SMTP_EMAIL_HOST - Will be replaced by SMTP email host from the admin settings.
- SMTP_USERNAME - Will be replaced by SMTP username from the admin settings.
- SMTP_PASSWORD - Will be replaced by SMTP Password from the admin settings.
- SMTP_PORT - Will be replaced by SMTP Port from admin settings.
- SMTP_TLS - Will be replaced by SMTP tls from admin settings.