Periodically mailing [closed]

0

I have been investigating for days what is the best way to send "reminder payment" emails to the clients of my system periodically.

I have found different gems that should work but the documentation is not enough, making me stuck in the process.

I need the user administrator of the system to have the option to choose with which periodic these emails will be sent. Which gem do you recommend?

    
asked by Daniel Lorente 21.05.2017 в 07:46
source

1 answer

1

I recommend the gem whenever , which allows you to schedule tasks that run periodically, including mailing.

So that the administrator can decide the periodicity, you can generate a table in the bd (i.e. a model) with a field so that you can save the periodicity with which you want the emails to be sent. That way the administrator could change whenever it is required.

    
answered by 21.05.2017 в 14:56