CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • Mailer setting
Pages: [1]

Author Topic: Mailer setting  (Read 651 times)

vasacampana

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 0
  • CiviCRM version: 4.5.4
  • CMS version: Joomla 3
  • MySQL version: 5.5
  • PHP version: 5.3
Mailer setting
December 01, 2014, 09:23:46 am
Could you clarify to me mailer setting parameters and behaviour.
An example:
As the (external) mail server has timeout limitations, I nedd to split my mass mail job into "sub-jobs", no more than 300 mails/job (over 1500 mails to be sent).
Le me know if is it correct at this purpose, and working, to set:
- Mailer Batch Limit   = 300
- Mailer Throttle Time= ?
- Mailer Job Size = 1000
- Mailer CRON job limit = 1

If I well understand this setting
- posts the first 300 mails, then
- launches the following 300 mails, and so on until all messages have been sent.

Thank you.

David Hepper

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
  • CiviCRM version: 4.4.3
  • CMS version: Drupal 7.32
  • MySQL version: 5.5
  • PHP version: 5.4
Re: Mailer setting
February 09, 2015, 06:03:37 am
A late reply but the answer may be useful to someone:

- Mailer Batch Limit is not explained well in the field help. It is the number of mails sent by each run of Cron. Therefore if Cron runs more than once per hour you need to reduce this value to send only a proportion of the hourly limit. Many hosting companies set the hourly limit to 500. But if you send a batch plus a few non-batch messages set this to 470 to avoid seeing warnings in bounces such as:
"Domain mydomain.org.uk has exceeded the max emails per hour (504/500(100%)) allowed.  Message will be reattempted later"
(In this case the hosting co. only delays the message instead of throwing it away but the warnings are annoying.)

- Mailer Throttle Time is the time to wait in microseconds between sending messages. Therefore the values here are huge, e.g. 7400000 = (1 every 7.4 seconds) and sets the max rate of outgoing emails to 486 per hour, just safely under a 500 limit.

David

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • Mailer setting

This forum was archived on 2017-11-26.