chant9
Technical User
- Aug 30, 2005
- 7
Im using the mail() function in PHP but when emails are sent to Hotmail accounts they are being classified as Junk.
I've checked the headers of the emails it is says they are being received from apache@localhost as shown below.
Received: (from apache@localhost)
I think this could be why they are considered junk, does anyone know how to configure sendmail for it to be recieved from something like webmaster@mydomain.co.uk?
I've tried various PHP things but nothing has helped so I'm assuming its something to do with the server configuration.
Many Thanks
I've checked the headers of the emails it is says they are being received from apache@localhost as shown below.
Received: (from apache@localhost)
I think this could be why they are considered junk, does anyone know how to configure sendmail for it to be recieved from something like webmaster@mydomain.co.uk?
I've tried various PHP things but nothing has helped so I'm assuming its something to do with the server configuration.
Many Thanks