remove mandrill RIP

This commit is contained in:
Jeff Atwood 2016-02-27 15:21:08 -08:00
parent 8b9db49260
commit f2c67a5010
2 changed files with 5 additions and 4 deletions

View File

@ -1494,9 +1494,9 @@ en:
- If you run your own mail server, check to make sure the IPs of your mail server are [not on any email blacklists][4]. Also verify that it is definitely sending a fully-qualified hostname that resolves in DNS in its HELO message. If not, this will cause your email to be rejected by many mail services.
- Send a test email to [mail-tester.com][mt] to verify that everything is working correctly.
- We highly recommend you **send a test email to [mail-tester.com][mt]** to verify that all the above is working correctly.
(The *easy* way is to create a free account on [Mandrill][md] or [Mailgun][mg] or [Mailjet][mj], which have free generous free mailing plans and will be fine for small communities. You'll still need to set up the SPF and DKIM records in your DNS, though!)
(The *easy* way is to create a free account on [SendGrid][sg], [SparkPost][sp], [Mailgun][mg] or [Mailjet][mj], which have free generous free mailing plans and will be fine for small communities. You'll still need to set up the SPF and DKIM records in your DNS, though!)
We hope you received this email deliverability test OK!
@ -1511,7 +1511,8 @@ en:
[4]: http://whatismyipaddress.com/blacklist-check
[7]: http://dkimcore.org/tools/dkimrecordcheck.html
[8]: http://www.openspf.org/SPF_Record_Syntax
[md]: http://mandrill.com
[sg]: https://sendgrid.com/
[sp]: https://www.sparkpost.com/
[mg]: http://www.mailgun.com/
[mj]: https://www.mailjet.com/pricing
[mt]: http://www.mail-tester.com/

View File

@ -74,7 +74,7 @@ Email is required for new account signups and notifications. **Test your email t
- You got the test email? Great! **Read that email closely**, it has important email deliverability tips.
- You didn't get the test email? This means your users probably aren't getting any signup or notification emails either.
Email deliverability can be hard. We strongly recommend using dedicated email services like [Mandrill](http://mandrill.com), [MailGun](http://www.mailgun.com/), or [MailJet](https://www.mailjet.com/), which offer generous free plans that work fine for most communities.
Email deliverability can be hard. We strongly recommend using dedicated email services like [SendGrid](https://sendgrid.com/), [SparkPost](https://www.sparkpost.com/), [MailGun](http://www.mailgun.com/), or [MailJet](https://www.mailjet.com/), which offer generous free plans that work fine for most communities.
If you'd like to enable *replying* to topics via email, [see this howto](https://meta.discourse.org/t/set-up-reply-via-email-support/14003).