-
-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd14d53
commit 8402e22
Showing
4 changed files
with
4 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ export async function GET(request: NextRequest) { | |
for (const user of users) { | ||
if (user.email) { | ||
await sendEmail({ | ||
from: "Thibault Le Ouay Ducasse <[email protected]>", | ||
from: "Thibault from OpenStatus <[email protected]>", | ||
subject: "How's it going with OpenStatus?", | ||
to: [user.email], | ||
react: FollowUpEmail(), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({ | |
if (params.user.tenantId) return; | ||
|
||
await sendEmail({ | ||
from: "Thibault Le Ouay Ducasse <[email protected]>", | ||
from: "Thibault from OpenStatus <[email protected]>", | ||
subject: "Welcome to OpenStatus.", | ||
to: [params.user.email], | ||
react: WelcomeEmail(), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters