• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Send mail from different domains with different IP addresses

R

RahifA

Guest
I have five domains, each one has it's own dedicated IP address. When anyone of the different domains sends an email using PHP mail function, the email is sent from the main IP address of the server which resolves to the server hostname which shows in the email header.

Is there a way to make every email goes from it's own domain's IP address? I need to separate the services for each domain.

Many thanks for the help
 
Thanks for the reply, I read the article and made sure that I have the three required conditions, but when I send an email it still uses the server IP. Is there a specific configuration that I need to have?
 
I can be corrected on this, but I don't think this is possible yet with php mail function. However it's with SMTP.
 
Back
Top