feat(SendGrid): Disable SendGrid support and use Mail API instead

This commit is contained in:
Josepablo C
2025-03-02 22:33:48 -06:00
parent 7e273bc0d8
commit e4d8f7bb3e
10 changed files with 434 additions and 11 deletions

View File

@@ -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
);