refactor(sendmail): change the send mail function from noreply to donotreply
This commit is contained in:
@@ -94,7 +94,7 @@ export const sendEmail = async (data: any): Promise<any> => {
|
||||
} as SMTPTransport.Options);
|
||||
|
||||
// update the from email
|
||||
fromEmail = `noreply@alpla.com`;
|
||||
fromEmail = `donotreply@alpla.com`;
|
||||
}
|
||||
|
||||
// creating the handlbar options
|
||||
|
||||
Reference in New Issue
Block a user