Skip to content

Commit

Permalink
Sender limits (#14)
Browse files Browse the repository at this point in the history
* Add sender limits to missing email

* Formatting

* Add mandrill to sender limits
  • Loading branch information
mjmayer committed Apr 15, 2020
1 parent 4929183 commit 817d18f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions help/missing_mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,27 @@ causes:
* The sending domain, IP address, or receiving address has been `blacklisted
<https://mailsac.com/docs/api/#check-blacklist>`_

Sender Limits
-------------
Some services place restrictions on the size, type, rate, and quantity of
email that can be sent.

GMail
^^^^^
GMail is not designed for sending bulk mail. The service places `limits
<https://support.google.com/mail/answer/22839?hl=en>`_ on the number of
emails sent per day and the number of recipients.

SendGrid
^^^^^^^^
Messages sent through SendGrid are often queued and may not be sent
immediately.

Mandrill
^^^^^^^^
Messages sent through Mandrall are often `queued <https://mandrill.zendesk.com/hc/en-us/articles/205582717-Why-does-a-delivered-message-say-queued->`_
and are not sent immediately.

Contacting Support
------------------

Expand Down

0 comments on commit 817d18f

Please sign in to comment.