Send Email with SMTP Authentication Print

  • 0

Server does not allow PHP mail() function to send email without email authentication.
Therefore when you configure your website to send out email, please configure PHP Mail Script with SMTP Authentication.


You may use one of the following configurations for local hosted emails.

SMTP Host: onlinec1.hostduty.com
Encryption: SSL
SMTP Port: 465

SMTP Host: onlinec1.hostduty.com
Encryption: TLS
SMTP Port: 587

SMTP Host: onlinec1.hostduty.com
Encryption: None
SMTP Port: 25

SMTP Host: mail.mydomain.com (replace mydomain.com with your real domain name)
Encryption: None
SMTP Port: 25


If you are using external email provider, please check with email provider for the correct settings.


Was this answer helpful?

« Back