Jump to content

mail() authentication problem


littledbc

Recommended Posts

  • 2 years later...
If possible, make either the To: or the From: address be hosted on the mail server to satisfy relaying restrictions. If you are putting a user entered email address into the From: header, put it instead into the Reply-To: header and put a valid email address hosted on the mail server into the From: header.

The php mail() function does not support SMTP authentication. Use the phpmailer class instead.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.