mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 15:47:58 +08:00
fix: typo
This commit is contained in:
@@ -73,7 +73,7 @@ class EmailService(
|
|||||||
mailer.sendMail(EmailBuilder.startingBlank()
|
mailer.sendMail(EmailBuilder.startingBlank()
|
||||||
.from(props.senderName, props.senderAddr)
|
.from(props.senderName, props.senderAddr)
|
||||||
.to(user.computedName, user.email)
|
.to(user.computedName, user.email)
|
||||||
.withSubject("Verification Your Email Address for AquaNet")
|
.withSubject("Verify Your Email Address for AquaNet")
|
||||||
.withHTMLText(confirmTemplate
|
.withHTMLText(confirmTemplate
|
||||||
.replace("{{name}}", user.computedName)
|
.replace("{{name}}", user.computedName)
|
||||||
.replace("{{url}}", "https://${props.webHost}/verify?code=$token"))
|
.replace("{{url}}", "https://${props.webHost}/verify?code=$token"))
|
||||||
|
|||||||
Reference in New Issue
Block a user