CORREOS QUE NO SE ENVIAN

/**
* WP SMTP Mail by WPForms
*
* Specifically aimed at WP Multisite users.
* Values from constants are NOT stripslash()’ed.
*/
define( ‘WPMS_ON’, true ); // True turns on the whole constants support and usage, false turns it off.

define( ‘WPMS_MAIL_FROM’, ” );
define( ‘WPMS_MAIL_FROM_FORCE’, true ); // True turns it on, false turns it off.
//define( ‘WPMS_MAIL_FROM_NAME’, ” );
//define( ‘WPMS_MAIL_FROM_NAME_FORCE’, true ); // True turns it on, false turns it off.
define( ‘WPMS_MAILER’, ” ); // Possible values: ‘mail’, ‘gmail’, ‘mailgun’, ‘sendgrid’, ‘smtp’.
define( ‘WPMS_SET_RETURN_PATH’, true ); // Sets $phpmailer->Sender if true.
define( ‘WPMS_MAILGUN_API_KEY’, ” );
define( ‘WPMS_MAILGUN_DOMAIN’, ” );
define( ‘WPMS_MAILGUN_REGION’, ‘US’ ); // or ‘EU’ for Europe.
/* End WP SMTP Mail by WPFORMS */

Entradas relacionadas

87 comentarios

Deja tu comentario