vendredi 27 juin 2014

Send mail in phpmailer usign DKIM Keys


Vote count:

0




Currents i am using phpmailer to send mail's. now how its possible to send email in phpmailer with DKIM keys


i search in phpmailer Class file and i found the below code



/**
* 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 = '';


Can i know how its possible. pls help me



asked 20 secs ago

S.Varun

1,332





Aucun commentaire:

Enregistrer un commentaire