mail content changed
This commit is contained in:
parent
37cfe63420
commit
cfb8218517
6
main.go
6
main.go
@ -925,7 +925,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Email subject
|
||||
subject := "Please Verify Your Email Address"
|
||||
subject := "FCSC Verify Your Email to Complete Registration"
|
||||
|
||||
// Generate a verification URL (example: using user ID or token)
|
||||
verificationURL := fmt.Sprintf("https://pb.venbait.in/verify-email?userId=%s", userID)
|
||||
@ -935,7 +935,7 @@ func main() {
|
||||
<html>
|
||||
<body>
|
||||
<p>Dear %s,</p>
|
||||
<p>Thank you for registering. Please click the link below to verify your email address:</p>
|
||||
<p>Thank you for registering with FCSC. To complete your registration and activate your account, please verify your email address by clicking the link below: </p>
|
||||
<p>
|
||||
<a href="%s" style="color: blue; text-decoration: underline;">Verify Email</a>
|
||||
</p>
|
||||
@ -1722,7 +1722,7 @@ func sendStatusChangeEmail(app *pocketbase.PocketBase, record *models.Record, ne
|
||||
body = fmt.Sprintf(`
|
||||
<p>Dear %s,</p>
|
||||
<p>We are pleased to inform you that your registration with FCSC has been approved. You can now log in using the credentials that you had created.</p>
|
||||
<p>Please access your account using the following link: <a href="http://your-login-url.com">Login</a>.</p>
|
||||
<p>Please access your account using the following link: <a href="http://your-login-url.com">"Access Your Account</a>.</p>
|
||||
<p>If you have any questions, please feel free to contact us for further clarification.</p>
|
||||
</br>
|
||||
<p>Best regards,</p>
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user