Title: WordPress Multisite setup
Last modified: August 31, 2016

---

# WordPress Multisite setup

 *  [Vayu Robins](https://wordpress.org/support/users/vayu/)
 * (@vayu)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/)
 * Hi.
    I have a WordPress setup and have added the global variables like explained
   here: [https://wordpress.org/support/topic/multisite-configuration-2?replies=5](https://wordpress.org/support/topic/multisite-configuration-2?replies=5)
   and here: [https://wordpress.org/plugins/mailgun/faq/](https://wordpress.org/plugins/mailgun/faq/).
   I have then activated the plugin on the Network. Nevertheless, I get the following
   message on the top of the dashboard on every subsite: “Mailgun is almost ready.
   You must configure Mailgun for it to work.” Am I doing something wrong?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [keyra](https://wordpress.org/support/users/keyra/)
 * (@keyra)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/#post-6911930)
 * No. You indeed need to configure it.
 * See [https://wordpress.org/plugins/mailgun/installation/](https://wordpress.org/plugins/mailgun/installation/)
 *  Thread Starter [Vayu Robins](https://wordpress.org/support/users/vayu/)
 * (@vayu)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/#post-6911931)
 * Thanks for your reply, but naturally I did configure it. It still shows the message.
   But I have given up on MailGun because I could not get it to work on in my Network.
   
   Thanks anyways.
 *  [haveboard](https://wordpress.org/support/users/haveboard/)
 * (@haveboard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/#post-6911946)
 * I just configured it with no issue on multisite. Are you adding the following
   to your wp-config file with your credentials and your mailgun domain is verified
   as configured?
 *     ```
       define('MAILGUN_USEAPI', true);	//Type: boolean
       define('MAILGUN_APIKEY', 'YOUR_KEY_HERE');	//Type: string
       define('MAILGUN_DOMAIN', 'YOUR_MG_DOMAIN_HERE' );  //Type: string
       define('MAILGUN_USERNAME', 'YOUR_MG_USERNAME'); //Type: string
       define('MAILGUN_PASSWORD', 'YOUR_MG_PASSWORD'); //Type: string
       define('MAILGUN_SECURE', false); //Type: boolean
       ```
   
 *  [mp459](https://wordpress.org/support/users/mp459/)
 * (@mp459)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/#post-6911964)
 * I’ve just tested this with a new setup. I don’t ‘think MAILGUN_USERNAME and MAILGUN_PASSWORD
   are necessary if you use the http API. (Conversely, if you don’t use the API 
   presumably you use SMTP and the APIKEY may not be necessary).
 * Unfortunately, if configured this way, there’s no way to test it through the 
   mailgun plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress Multisite setup’ is closed to new replies.

 * ![](https://ps.w.org/mailgun/assets/icon-256x256.png?rev=2434524)
 * [Mailgun for WordPress](https://wordpress.org/plugins/mailgun/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailgun/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailgun/)
 * [Active Topics](https://wordpress.org/support/plugin/mailgun/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailgun/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailgun/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [network](https://wordpress.org/support/topic-tag/network/)

 * 4 replies
 * 4 participants
 * Last reply from: [mp459](https://wordpress.org/support/users/mp459/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-multisite-setup-1/#post-6911964)
 * Status: not resolved