-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: default | ||
--- | ||
## auth0 branding emails | ||
|
||
Manage custom email templates | ||
|
||
### Synopsis | ||
|
||
Manage custom email templates. This requires a custom email provider to be configured for the tenant. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for emails | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--debug Enable debug mode. | ||
--force Skip confirmation. | ||
--format string Command output format. Options: json. | ||
--no-color Disable colors. | ||
--no-input Disable interactivity. | ||
--tenant string Specific tenant to use. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [auth0 branding](auth0_branding.md) - Manage branding options | ||
* [auth0 branding emails show](auth0_branding_emails_show.md) - Show an email template | ||
* [auth0 branding emails update](auth0_branding_emails_update.md) - Update an email template | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: default | ||
--- | ||
## auth0 branding emails show | ||
|
||
Show an email template | ||
|
||
### Synopsis | ||
|
||
Show an email template. | ||
|
||
``` | ||
auth0 branding emails show [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
auth0 branding emails show <template> | ||
auth0 branding emails show welcome | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for show | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--debug Enable debug mode. | ||
--force Skip confirmation. | ||
--format string Command output format. Options: json. | ||
--no-color Disable colors. | ||
--no-input Disable interactivity. | ||
--tenant string Specific tenant to use. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [auth0 branding emails](auth0_branding_emails.md) - Manage custom email templates | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: default | ||
--- | ||
## auth0 branding emails update | ||
|
||
Update an email template | ||
|
||
### Synopsis | ||
|
||
Update an email template. | ||
|
||
``` | ||
auth0 branding emails update [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
auth0 branding emails update <template> | ||
auth0 branding emails update welcome | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-b, --body string Body of the email template. | ||
-e, --enabled Whether the template is enabled (true) or disabled (false). (default true) | ||
-f, --from string Sender's 'from' email address. | ||
-h, --help help for update | ||
-l, --lifetime int Lifetime in seconds that the link within the email will be valid for. | ||
-s, --subject string Subject line of the email. | ||
-u, --url string URL to redirect the user to after a successful action. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--debug Enable debug mode. | ||
--force Skip confirmation. | ||
--format string Command output format. Options: json. | ||
--no-color Disable colors. | ||
--no-input Disable interactivity. | ||
--tenant string Specific tenant to use. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [auth0 branding emails](auth0_branding_emails.md) - Manage custom email templates | ||
|