Use html in emails
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
11
packages/emails/templates/confirm-email.txt
Normal file
11
packages/emails/templates/confirm-email.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
Thanks for joining Probo! Please confirm your email address by clicking the link below:
|
||||
|
||||
{{.ConfirmationUrl}}
|
||||
|
||||
If you did not sign up for Probo, please ignore this email.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
11
packages/emails/templates/document-export.txt
Normal file
11
packages/emails/templates/document-export.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
Your document export has been completed successfully. Click the link below to download it:
|
||||
|
||||
{{.DownloadUrl}}
|
||||
|
||||
This link will expire in 24 hours.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
19
packages/emails/templates/document-signing.txt
Normal file
19
packages/emails/templates/document-signing.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
You're receiving this message because your company, {{.OrganizationName}}, has shared a new compliance document that requires your review and signature.
|
||||
|
||||
To stay compliant with company policies, please take a moment to review and sign the document by clicking the link below:
|
||||
|
||||
{{.SigningUrl}}
|
||||
|
||||
If you have any questions, please contact your security team.
|
||||
|
||||
This process is managed securely by Probo, acting as the compliance partner on behalf of {{.OrganizationName}}.
|
||||
|
||||
Thank you for your prompt attention to this matter.
|
||||
|
||||
Best regards,
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
11
packages/emails/templates/framework-export.txt
Normal file
11
packages/emails/templates/framework-export.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
Your framework export has been completed successfully. Click the link below to download it:
|
||||
|
||||
{{.DownloadUrl}}
|
||||
|
||||
This link will expire in 24 hours.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
11
packages/emails/templates/invitation.txt
Normal file
11
packages/emails/templates/invitation.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
You have been invited to join organization {{.OrganizationName}} on Probo. Click the link below to accept the invitation:
|
||||
|
||||
{{.InvitationUrl}}
|
||||
|
||||
If you don't want to accept the invitation, you can ignore this email.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
11
packages/emails/templates/password-reset.txt
Normal file
11
packages/emails/templates/password-reset.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
You have requested a password reset for your Probo account. Click the link below to reset your password:
|
||||
|
||||
{{.ResetUrl}}
|
||||
|
||||
If you did not request this password reset, please ignore this email.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
11
packages/emails/templates/trust-center-access.txt
Normal file
11
packages/emails/templates/trust-center-access.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Probo
|
||||
|
||||
Hi {{.FullName}},
|
||||
|
||||
You have been granted access to {{.OrganizationName}}'s Trust Center! Click the link below to access it:
|
||||
|
||||
{{.AccessUrl}}
|
||||
|
||||
This link will expire in 7 days.
|
||||
|
||||
Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US
|
||||
Reference in New Issue
Block a user