Skip to content

Commit

Permalink
chore(client): add log to mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed May 3, 2023
1 parent 95d02d0 commit 16f2538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/src/utils/send-mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const sendMail = async ({ to, subject, html }: SendMailProps) => {
await transporter.sendMail(mailOptions);
return true;
} catch (error) {
console.log(error);
return false;
}
};
Expand Down

0 comments on commit 16f2538

Please sign in to comment.