Replies: 0
Hello,
I’m using network installation.
I set my config.php with these lines:
/* wp SMTP plugin */
define( ‘WPMS_ON’, true );
define( ‘WPMS_MAILGUN_API_KEY’, ‘private_key’ );
define( ‘WPMS_MAILGUN_DOMAIN’, ‘mailgundomain.com’ );
define( ‘WPMS_MAILGUN_REGION’, ‘US’ ); // or ‘EU’ for Europe.
But subsites don’t influence, email does not work just in main site.
what I missing out?
Thank you