feat(emails): warmer copy across invite, welcome, and event emails
Friendlier tone + ghost emoji on invite/welcome subjects; invite templates now offer a reply-to-this-email fallback; tighten OIDC wiki sign-in and event registration confirmation copy.
This commit is contained in:
parent
91711aa39b
commit
0ce61756b7
6 changed files with 19 additions and 19 deletions
|
|
@ -50,9 +50,7 @@ export default defineEventHandler(async (event) => {
|
|||
from: "Ghost Guild <ghostguild@babyghosts.org>",
|
||||
to: email,
|
||||
subject: "Sign in to Ghost Guild Wiki",
|
||||
text: `Sign in to the Ghost Guild Wiki
|
||||
|
||||
Use this link to sign in:
|
||||
text: `Use this link to sign in to the Ghost Guild Wiki:
|
||||
|
||||
${baseUrl}/oidc/interaction/verify?token=${token}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue