feat: postiz email

This commit is contained in:
Nevo David 2024-06-05 16:34:41 +07:00
parent e534476189
commit 2bc3a6cd2d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export class EmailService {
return;
}
const sends = await resend.emails.send({
from: process.env.IS_GENERAL === 'true' ? 'Nevo <nevo@gitroom.com>' : 'Nevo <nevo@gitroom.com>',
from: process.env.IS_GENERAL === 'true' ? 'Nevo <nevo@postiz.com>' : 'Nevo <nevo@gitroom.com>',
to,
subject,
html,