PHP mail function - restricted to local email address only.

Mail sending from PHP mail function is now restricted to local email address only. you need to add "-f return_email_address" as 5th parameter in mail function to get php to set the correct return email address.  To send email to external email addresses, use SMTP authentication code in PHP mail function. Send Email from a PHP Script Using ... Read More »

3rd Feb 2010
22 23 24