change full header for sending mail in php
问题 I use this code to send mail in php : mail($to,$subject,$message,$headers); It works perfectly but if we check the mail's full header it's gonna show the server of the site which the mail has been sent with that. I want to know is there any possible way so that we can change the full header of that and show something else in the full header in the mail. Thanks in advance 回答1: All mail servers will add an Received header row to the message. You can configure your own server(s) to not add such