Skip to content

Commit

Permalink
docs: clarify mailer URL path (supabase#1113)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

Aims to address supabase#1111

---------

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
J0 and [email protected] authored May 31, 2023
1 parent 4970bbc commit 577a97e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ Email subject to use for email change confirmation. Defaults to `Confirm Email C

`MAILER_TEMPLATES_INVITE` - `string`

URL path to an email template to use when inviting a user.
URL path to an email template to use when inviting a user. (e.g. `https://www.example.com/path-to-email-template.html`)
`SiteURL`, `Email`, and `ConfirmationURL` variables are available.

Default Content (if template is unavailable):
Expand All @@ -594,7 +594,7 @@ Default Content (if template is unavailable):

`MAILER_TEMPLATES_CONFIRMATION` - `string`

URL path to an email template to use when confirming a signup.
URL path to an email template to use when confirming a signup. (e.g. `https://www.example.com/path-to-email-template.html`)
`SiteURL`, `Email`, and `ConfirmationURL` variables are available.

Default Content (if template is unavailable):
Expand All @@ -608,7 +608,7 @@ Default Content (if template is unavailable):

`MAILER_TEMPLATES_RECOVERY` - `string`

URL path to an email template to use when resetting a password.
URL path to an email template to use when resetting a password. (e.g. `https://www.example.com/path-to-email-template.html`)
`SiteURL`, `Email`, and `ConfirmationURL` variables are available.

Default Content (if template is unavailable):
Expand All @@ -622,7 +622,7 @@ Default Content (if template is unavailable):

`MAILER_TEMPLATES_MAGIC_LINK` - `string`

URL path to an email template to use when sending magic link.
URL path to an email template to use when sending magic link. (e.g. `https://www.example.com/path-to-email-template.html`)
`SiteURL`, `Email`, and `ConfirmationURL` variables are available.

Default Content (if template is unavailable):
Expand All @@ -636,7 +636,7 @@ Default Content (if template is unavailable):

`MAILER_TEMPLATES_EMAIL_CHANGE` - `string`

URL path to an email template to use when confirming the change of an email address.
URL path to an email template to use when confirming the change of an email address. (e.g. `https://www.example.com/path-to-email-template.html`)
`SiteURL`, `Email`, `NewEmail`, and `ConfirmationURL` variables are available.

Default Content (if template is unavailable):
Expand Down

0 comments on commit 577a97e

Please sign in to comment.