相关疑难解决方法(0)

使用DKIM Keys在phpmailer中发送邮件

电流我使用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 …
Run Code Online (Sandbox Code Playgroud)

email phpmailer dkim

19
推荐指数
1
解决办法
3万
查看次数

标签 统计

dkim ×1

email ×1

phpmailer ×1