Jump to content

Warning: mail() [function.mail]: SMTP server response: 550 Requested action not


sammieave

Recommended Posts

$to=sammieave@ave.com,samuel@ave.com;

$subject  = "New Event Logged";

$message  = "Test";

$headers = "From: Samuel<sammieave@ave.com>;\r\n";

$headers .= "Content-Type: text/html";

mail($to,$subject,$message,$headers);

 

I am having the above code but unfortunately the error I am getting is:

 

Warning: mail() [function.mail]: SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in C:\xampp\htdocs\CRM\support\mailer.php on line 139

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.