Sology / maily_herald

Advanced email processing solution for Ruby on Rails applications
http://mailyherald.org
Other
580 stars 59 forks source link

Throttle email sending #5

Open ssoulless opened 9 years ago

ssoulless commented 9 years ago

Hi, I want to use maily_herald with Amazon SES, I have some limitations when sending email like send 50000 emails per 24 hour period and a send rate of 14 emails/second.

is possible to throttle email sending? so I can set it to send 14 emails per second, and also set the limit of 50000 each 24 hours.

I added the feature in the readme https://github.com/Sology/maily_herald/pull/4

where should be the starting point for this feature? and would be great too if the configs could be set from the webui.

ljachymczyk commented 8 years ago

Email services integration is planned for the future releases so we'll probably do it then. Right now we're focusing on delivering stable 0.9 release and after that we decide what next based on community feedback.

heyakyra commented 5 years ago

It looks like 0.9 and more has been released. Is this still maintained/developed?