8000 Update email-configuration-and-templates.mdx by orweis · Pull Request #568 · permitio/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update email-configuration-and-templates.mdx #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversatio 10BC0 ns
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/embeddable-uis/email-configuration-and-templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,24 +131,6 @@ await permit.api.users.approve(

Now, the new approved user will be created and synced with the chosen role.

### Templates Variables (Coming Soon)

In the upcoming weeks we will be adding more template variables to allow you to customize your emails even further.
For example:

<div className="list">
<ul>
<li>
<span>Setting your Email "Subject" to include the user full name </span>
</li>
<li>
<span>Custom query parameters to your "Redirect To" URL</span>
</li>
<li>
<span>Make much more powerful Email message content using variables</span>
</li>
</ul>
</div>

<br />
<EmailUpdatesBox />
Expand Down
0