【发布时间】:2014-08-19 05:57:55
【问题描述】:
Currents 我正在使用 phpmailer 发送邮件。现在如何使用 DKIM 密钥在 phpmailer 中发送电子邮件
我在 phpmailer 类文件中搜索,我找到了下面的代码
/**
* DKIM selector.
* @type string
*/
public $DKIM_selector = '';
/**
* DKIM Identity.
* Usually the email address used as the source of the email
* @type string
*/
public $DKIM_identity = '';
/**
* DKIM passphrase.
* Used if your key is encrypted.
* @type string
*/
public $DKIM_passphrase = '';
/**
* DKIM signing domain name.
* @example 'example.com'
* @type string
*/
public $DKIM_domain = '';
/**
* DKIM private key file path.
* @type string
*/
public $DKIM_private = '';
我能知道它是怎么可能的吗?
【问题讨论】:
-
您遇到的具体问题是什么? cmets 似乎完全可以解释。
-
我对此进行了试验,但无法使其发挥作用。我为 Sendmail 选择了 OpenDKIM 过滤器,它的优点是所有出站邮件都经过签名