Skip to content
Snippets Groups Projects
Commit d0a1fb47 authored by kuzdogan's avatar kuzdogan
Browse files

Add cc contacts, wait promises, add SMTP URL

Send emails to the CC_CONTACTS as well when noticing offline validators.

Previously the promises were pushed correctly with a setTimeout in
sendNoticeEmails in email.js. However since setTimeout does not return a
Promise, the Promise.all() was not receiving an array of Promises and
was resolving instantly. Now push promises into the promises array so
that it will resolve once all mails are sent and we can log successful
execution.

Also added gwdg STMP URL. email.gwdg.de Exchange server does not work on the server
bloxberg-cloud.mpdl.mpg.de. Use mailer.gwdg.de Exim (Unix) mail server.
parent 0d65bbdf
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment