Tagged: Mail

SMTP authentication in PHP Mail Function 0

SMTP authentication in PHP Mail Function

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...