You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2019. It is now read-only.
There is a separate table (let's say
EmailStatus) in db with columnsregID,lastEmailedStatus. Whenever emailing is triggered it will:EmailStatuswithDetailedRegistrationEmailStatusdbThis is run by rest like function which can be called explicitly from code, by java script from web or by cron. We want this to be triggered:
Send emailsbutton to regsys-adminMaybe this can be used to really send email. Gmail is limiting amount of emails which may result in blockage of outbound emails which we don't want.
This work will be eventually replaced by #4.