私はランプサーバーでホストされているウェブサイトを持っています.phpmailerを使用してsmtp(gmail)からメールを送信する連絡フォームがあります.
phpmailer スクリプトにカスタム ホスト名を追加します
public $Hostname = 'www.google.com';
/**
* Sets the message ID to be used in the Message-Id header.
* If empty, a unique id will be generated.
* @var string
*/
メールのソースを表示すると、ヘッダーに行があります
Received: from www.google.com (234092384281.ctinets.com. [server.ip.ip.ip])
by mx.google.com with ESMTPSA id ve6sm3340494pbc.21.2013.05.29.21.17.15
for <mygmailacc@gmail.com>
(version=TLSv1 cipher=RC4-SHA bits=128/128);
Wed, 29 May 2013 21:17:16 -0700 (PDT)
(234092384281.ctinets.com. [server.ip.ip.ip]) を削除することは可能ですか?