[DEV] Send Email Notifications using Scheduler #449
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per challenge specification https://www.topcoder.com/challenges/430559a5-abf5-4820-ade1-2c8a38b951fd?tab=details
Updated to use Universal Notifications https://www.topcoder.com/challenges/c7c453c9-5a2e-4452-8dfd-0ea6c0ef26c9
Release Guide
Config ENV variables:
NOTIFICATION_SENDER_EMAIL
email address which would be used in email notificationsfrom
. I think it should benoreply@topcoder.com
NOTIFICATION_SENDGRID_TEMPLATE_ID
set id of SendGrid template which would be used for emails. It should be create and inside its body we should put the content of this file https://raw.githubusercontent.com/topcoder-platform/taas-apis/fa93c02e09160da0ff86419593a1471ef50a5f90/data/notifications-email-template.html