Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Scenario

When using cloud providers for sending mail, there are inherent limits to sending mail.

These rates can change without notice, so JEMHC does not ‘try’ to stay within them. If JEMHC sends mail volumes that hit this limit, the mail-server can block the mail sending account. JEMHC reacts to send-failures by backing of in ever increasing amounts. After an hour, JEMHC takes the handler offline which re-enabled manually.

Options

  1. Future implementation of https://thepluginpeople.atlassian.net/browse/JEMHC-2415 could allow the load to be spread over a set of accounts.

  2. Use of SMTP relay features of some mailservers:

    1. Gmail : https://support.google.com/a/answer/2956491#sendinglimitsforrelay

      • The maximum number of messages a user can send in a 24-hour period is 10,000. However, this can vary, depending on the number of user licenses in your Google Workspace account.

      • A registered Google Workspace user can't relay messages to more than 10,000 unique recipients in a 24-hour period. 

  3. Use an external mail service provider that is geared to high volume mail delivery.

  • No labels