mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
Improve email copy
This commit is contained in:
parent
e27cb63413
commit
742cc68aa9
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
Hi {{name}} <br><br>
|
Hi {{name}} <br><br>
|
||||||
|
|
||||||
We have recorded an attempt to reply from your alias <b>{{ alias }}</b> from <b>{{ sender }}</b>. <br><br>
|
We have recorded an attempt to send an email from your alias <b>{{ alias }}</b> using <b>{{ sender }}</b>. <br><br>
|
||||||
|
|
||||||
Please note that reply from alias only works from your personal email ({{user_email}}): no one else could reply on behalf of your alias. <br><br>
|
Please note that sending from alias only works from your personal email ({{user_email}}): no one else could send emails on behalf of your alias. <br><br>
|
||||||
|
|
||||||
Best, <br>
|
Best, <br>
|
||||||
SimpleLogin team.
|
SimpleLogin team.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Hi {{name}}
|
Hi {{name}}
|
||||||
|
|
||||||
We have recorded an attempt to reply from your alias {{ alias }} from {{ sender }}.
|
We have recorded an attempt to send an email from your alias {{ alias }} using {{ sender }}.
|
||||||
|
|
||||||
Please note that reply from alias only works from your personal email ({{user_email}}): no one else could reply on behalf of your alias.
|
Please note that sending from alias only works from your personal email ({{user_email}}): no one else could send emails on behalf of your alias.
|
||||||
|
|
||||||
Best,
|
Best,
|
||||||
SimpleLogin team.
|
SimpleLogin team.
|
||||||
|
|
Loading…
Reference in a new issue