Scheduling Verification Email for three intervals

Hi, I need a suggestion how to solve my problems related verification emails and how to deactivate a user account.

Right now I am sending verification email when a user is created, If he is not verifying then the following list should be progressed

The Steps are listed below:

  1. A verification email should be sent after 5 days of account creation.
  2. If he is not verified on 5th-day email then a final verification email will be sent on the 10th day.
  3. If not verified on final verification email his account should be blocked.

Seems like a pretty straightforward job for https://github.com/percolatestudio/meteor-synced-cron

1 Like

Thanks for your reply slight_smile:

You might also find this helpful: https://github.com/msavin/SteveJobs…meteor.schedule.background.tasks.jobs.queue

Thanks @chabekah :slightly_smiling_face: