Quote:
Originally Posted by eUK-Martin
"localhost" would have helped as the server is sure that the domain that is using the mail server is a local address.
For the error that you receive, I would suggest you to make sure that the From: email address used in the script to send email is a valid and local email address. Also you will not be able to send emails if you authenticate with the email 'info@domain_name' and specify From: address as 'sales@another_domain'.
|
Just to re-clarify my original question. I already know how to (and can) send emails using a registered local email address in the to and from fields. However in the process of creating a mailing list I want to use a local from address and a non local to address. That is where the problem lies.
So, is it not possible? Or is there some different smtp configuration I need to use?