diff options
Diffstat (limited to 'static/mail_template.php')
| -rw-r--r-- | static/mail_template.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/mail_template.php b/static/mail_template.php new file mode 100644 index 0000000..5907ce7 --- /dev/null +++ b/static/mail_template.php @@ -0,0 +1,6 @@ +Hallo <?php echo $name; ?>, <br> +<br> +um dich auf der Website der JG einzuloggen bitte folge <a href="https://jungegemeinde.iamfabulous.de/?page=verify&name=<?php echo $email; ?>&hash=<?php echo $hash?>" title="Einloggen">diesen Link</a>. +<br> +Viele Grüße, <br> +JG Adlershof |
