diff --git a/packages/emails/templates/confirm-email.txt b/packages/emails/templates/confirm-email.txt index fffbf38d2..762bcd81d 100644 --- a/packages/emails/templates/confirm-email.txt +++ b/packages/emails/templates/confirm-email.txt @@ -8,4 +8,5 @@ Thanks for joining Probo! Please confirm your email address by clicking the link If you did not sign up for Probo, please ignore this email. -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/document-export.txt b/packages/emails/templates/document-export.txt index cec4207bf..a87782135 100644 --- a/packages/emails/templates/document-export.txt +++ b/packages/emails/templates/document-export.txt @@ -8,4 +8,5 @@ Your document export has been completed successfully. Click the link below to do This link will expire in 24 hours. -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/document-signing.txt b/packages/emails/templates/document-signing.txt index 317d7b238..ffbf89811 100644 --- a/packages/emails/templates/document-signing.txt +++ b/packages/emails/templates/document-signing.txt @@ -16,4 +16,5 @@ Thank you for your prompt attention to this matter. Best regards, -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/framework-export.txt b/packages/emails/templates/framework-export.txt index 2d50fa6e4..40456cc92 100644 --- a/packages/emails/templates/framework-export.txt +++ b/packages/emails/templates/framework-export.txt @@ -8,4 +8,5 @@ Your framework export has been completed successfully. Click the link below to d This link will expire in 24 hours. -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/invitation.txt b/packages/emails/templates/invitation.txt index f64083423..2814e6d27 100644 --- a/packages/emails/templates/invitation.txt +++ b/packages/emails/templates/invitation.txt @@ -8,4 +8,5 @@ You have been invited to join organization {{.OrganizationName}} on Probo. Click 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 +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/magic-link.txt b/packages/emails/templates/magic-link.txt index fbef7acba..1d612aa0a 100644 --- a/packages/emails/templates/magic-link.txt +++ b/packages/emails/templates/magic-link.txt @@ -8,4 +8,5 @@ Please use this link to connect to {{.OrganizationName}}'s Compliance Page: This link will expire in {{.DurationInMinutes}} minutes. -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Prob diff --git a/packages/emails/templates/password-reset.txt b/packages/emails/templates/password-reset.txt index de3bdbc94..7a92bb815 100644 --- a/packages/emails/templates/password-reset.txt +++ b/packages/emails/templates/password-reset.txt @@ -8,4 +8,5 @@ You have requested a password reset for your Probo account. Click the link below If you did not request this password reset, please ignore this email. -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/trust-center-access.txt b/packages/emails/templates/trust-center-access.txt index e6d2cbf18..d7de8d208 100644 --- a/packages/emails/templates/trust-center-access.txt +++ b/packages/emails/templates/trust-center-access.txt @@ -6,4 +6,5 @@ You have been granted access to {{.OrganizationName}}'s compliance page! Click t {{.BaseURL}} -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo diff --git a/packages/emails/templates/trust-center-document-access-rejected.txt b/packages/emails/templates/trust-center-document-access-rejected.txt index 45d767909..ba30cea7e 100644 --- a/packages/emails/templates/trust-center-document-access-rejected.txt +++ b/packages/emails/templates/trust-center-document-access-rejected.txt @@ -8,4 +8,5 @@ Your access request to the following files in {{.OrganizationName}}'s compliance - {{.}} {{end}} -Probo Inc, 490 Post St, STE 640, San Francisco, CA, 94102, US +{{.SenderCompanyHeadquarterAddress}} +Powered By Probo