Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Twilio SendGrid

    (@team-rs)

    For using the same account on all sites you could define SendGrid credentials settings as global variables in wp-config.php:

    define(‘SENDGRID_USERNAME’, ‘sendgrid_username’);
    define(‘SENDGRID_PASSWORD’, ‘sendgrid_password’);

    The other email settings can be added here too:

    define(‘SENDGRID_SEND_METHOD’, ‘api’);
    define(‘SENDGRID_FROM_NAME’, ‘Example Name’);
    define(‘SENDGRID_FROM_EMAIL’, ‘from_email@example.com’);
    define(‘SENDGRID_REPLY_TO’, ‘reply_to@example.com’);
    define(‘SENDGRID_CATEGORIES’, ‘category_1,category_2’);

    Thread Starter Will Woodward

    (@willjw)

    That’s what i did in the end, but I forgot to update this topic. Cheers!

    Plugin Author Twilio SendGrid

    (@team-rs)

    Thanks for replying.

    I am still a little confused with this response. Do I network activate it still? If I do this subsites see the sendgrid dashboard widget (I don’t want that, I can probably hide). Just on the main site then? Will that include sending mail for the subsites?

    Thanks,
    Ken

    very interesting question kgebhart2 and exactly what users have also been asking of with the other transaction email plugins as well. this in my view is the most convenient solution. remove the confusion and distraction of the plugin settings from sub sites for novice/new users and conveniently provide them with top class email delivery service in the back round without them knowing and you as super admin can monitor all sub site email activity via SendGrid dashboard. not for everyone obviously i know but following this post for reply on this issue if SendGrid can offer kind assistance in this would be greatly appreciated.
    kind regards.

    Is there any answer to kgebhart2’s question? I have the same question, and I’m sure other multisite owners do too!

    @tintomatoes: This is not your topic. It is also 12 months old & has been resolved. If you require assistance then, as per the Forum Welcome, please post your own topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Single multisite network settings’ is closed to new replies.