PHP/mail : server sends email originating from wrong domain
- by Niro
I have a Mediatemple dv (Plesk) server with two domains, each has static IP.
I had domain1 as main domain and domain2 as secondary.
When A PHP script from domain2 sends email the headers show the IP address of domain1 as the origin.
Received: from domain2.com (domain1.com [70.ipof domain1]).
I want only domain2 to be mentioned so I did the…