Skip to content

Commit ca41026

Browse files
committed
Print logs from sending emails
1 parent cb0fd13 commit ca41026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/mailer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function sendMail(email: string, subject: string, text: string, html: stri
6464
});
6565

6666
if (resp.status === 200) {
67-
console.log('Email sent using unsend');
67+
console.log('Email sent using unsend', await resp.json());
6868
return;
6969
} else {
7070
console.log(

0 commit comments

Comments
 (0)