SpiderNitt/Document-Request-Portal

Mail Cron Job not sending Mails properly

Aberta

#9 aberto em 26 de set. de 2020

 (0 comentário) (0 reação) (1 responsável)JavaScript (3 forks)auto 404
backendbuggood first issue

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe the bug The mailer job does not fetch pending certificate requests correctly

To Reproduce Steps to reproduce the behavior:

  1. Change config mail credentials to your credentials. If it is gmail, switch on less secure access
  2. Locate mail.js inside database folder.
  3. Change cron time to next minute.
  4. Enable the mail cron.
  5. Check output log to see number of mails sent.
  6. Check mail sent from your inbox to see how many pending requests have been sent.
  7. Cross verify with the database.

Expected behavior The numbers sent in the mail should match with the db.

Guia do colaborador