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...
code.ntalive.info -programming tips
Simple Programming Tips
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...
Follow:
More