feat(SendGrid): Disable SendGrid support and use Mail API instead
This commit is contained in:
@@ -223,7 +223,7 @@ const RecoverPwd = async(req, res) => {
|
||||
otp
|
||||
};
|
||||
const checksum = toSha256( JSON.stringify(checksum_entry)).substr(0, 32);
|
||||
await emailEvent( EMAIL_EVENTS.ACCOUNT_VERIFY , receiver , content );
|
||||
await emailEvent( EMAIL_EVENTS.ACCOUNT_PWD_RESET , receiver , content );
|
||||
console.log(
|
||||
content
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user