Dear All<br>I am trying to send email with attachment in D7/CentOS environment.<br>I faced some difficulties, and implemented on my own to send email with attachment.<br><br>If I am sending a plain mail using drupal_mail and hook_mail mechanism, I see in receiving side my mail server details are not shown.<br>
If I am sending a plain mail (with or without attachment) using my own implementation I see my server details are there in received mail in Via, Reply-to, and few more headers.<br><br>Example:  via <a href="http://ip-xxx-xxx-xxx-xx.ip.secureserver.net">ip-xxx-xxx-xxx-xx.ip.secureserver.net</a> <br>
<br>How can I suppress http headers carrying my server details like <a href="http://ip-xxx-xxx-xxx-xx.ip.secureserver.net">ip-xxx-xxx-xxx-xx.ip.secureserver.net</a>.<br><br>Thanks<br>Kamal<br><br>