So i'm using the PEAR Mail package to send email from PHP scripts. It sends them fine when the script is running on the actual server were the mail server resides. But I also have a test server on a different Dedicated IP. When the scripts run on the test server and try to send mail from the live server's mail server it attempts to verify the From address against actual email accounts. This is good to prevent spam and whatnot. But my scripts will be sending email from fake addresses like '[email protected]'.
Is there any way to add my test servers IP to a list of approved IP's so it won't attempt the validation when using SMTP?
Is there any way to add my test servers IP to a list of approved IP's so it won't attempt the validation when using SMTP?