我有一个托管在Lamp服务器上的网站,有一个联系表格将使用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])?
答案 0 :(得分:0)
不,当您使用Google SMTP时,它们无法控制它。不是你。如果你必须摆脱它,那么你将不得不使用自己的SMTP服务器