mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New email messages [skip ci]
This commit is contained in:
parent
81b3a22606
commit
4be8f1ca03
@ -1,18 +1,59 @@
|
|||||||
<p>Hey there!</p>
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
||||||
|
|
||||||
<p>Welkome to Firefly III. Your registration has made it, and this email is here to confirm it.</p>
|
</head>
|
||||||
|
<body>
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
Hey there,
|
||||||
|
</p>
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
Welkome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
|
||||||
|
|
||||||
<p>Thanks for using Firefly!</p>
|
|
||||||
|
|
||||||
<script type="application/ld+json">
|
|
||||||
{
|
</p>
|
||||||
"@context": "http://schema.org",
|
|
||||||
"@type": "EmailMessage",
|
|
||||||
"action": {
|
<ul>
|
||||||
"@type": "ViewAction",
|
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
"url": "https://geld.nder.be/",
|
If you have forgotten your password already, please reset it using
|
||||||
"name": "Visit Firefly III"
|
<a style="color:#337ab7" href="{{ address }}password/email">the password reset tool</a>.
|
||||||
},
|
</li>
|
||||||
"description": "Visit Firefly III"
|
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
There is a help-icon in the top right corner of each page. If you need help, click it!
|
||||||
|
</li>
|
||||||
|
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
If you haven't already, please read the
|
||||||
|
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/First-use">first use guide</a> and the
|
||||||
|
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/full-description">full description</a>.
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||||
|
Enjoy!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "EmailMessage",
|
||||||
|
"description": "Visit Firefly III",
|
||||||
|
"potentialAction": {
|
||||||
|
"@type": "ViewAction",
|
||||||
|
"target": "https://geld.nder.be/",
|
||||||
|
"name": "Watch movie"
|
||||||
|
},
|
||||||
|
"publisher": {
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "Firefly III",
|
||||||
|
"url": "https://geld.nder.be"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,5 +1,19 @@
|
|||||||
Hey there!
|
Hey there,
|
||||||
|
|
||||||
Welkome to Firefly III. Your registration has made it, and this email is here to confirm it.
|
Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!
|
||||||
|
|
||||||
Thanks for using Firefly!
|
* If you have forgotten your password already, please reset it using the password reset tool.
|
||||||
|
* There is a help-icon in the top right corner of each page. If you need help, click it!
|
||||||
|
* If you haven't already, please read the first use guide and the full description.
|
||||||
|
|
||||||
|
Enjoy!
|
||||||
|
|
||||||
|
Firefly III:
|
||||||
|
{{ address }}
|
||||||
|
|
||||||
|
Password reset:
|
||||||
|
{{ address }}password/email
|
||||||
|
|
||||||
|
Documentation:
|
||||||
|
https://github.com/JC5/firefly-iii/wiki/First-use
|
||||||
|
https://github.com/JC5/firefly-iii/wiki/full-description
|
Loading…
Reference in New Issue
Block a user