SMTP with Elysia Cron

Categories

Component ID

2743953

Component name

SMTP with Elysia Cron

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

80

Component created

Component changed

Component body

This module allow you to send smtp mail in queue through elysia cron instead of default global cron. So you can set time by admin UI using elysia cron.It processes SMTP queue with elysia cron.It can be useful in scenarios where we have to send mails to large number of users without impacting performance of the site, we can add mails to queue using SMTP queue and then have fine grain control over the processing of that SMTP Queue.