aboutsummaryrefslogtreecommitdiff
path: root/resources/views/mails/user/create.blade.php
diff options
context:
space:
mode:
authorCamil Staps2016-09-04 23:30:15 +0200
committerCamil Staps2016-09-04 23:30:15 +0200
commitc61b156f1bd93ec4aadd8adc78523b42b0232918 (patch)
treecd9bcb6f889dcf554818246957bed54eb14c9fbe /resources/views/mails/user/create.blade.php
parentUse blade templates (diff)
User creation and authentication
Diffstat (limited to 'resources/views/mails/user/create.blade.php')
-rw-r--r--resources/views/mails/user/create.blade.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/mails/user/create.blade.php b/resources/views/mails/user/create.blade.php
new file mode 100644
index 0000000..721ca4f
--- /dev/null
+++ b/resources/views/mails/user/create.blade.php
@@ -0,0 +1,13 @@
+Dear {{ $user->name }},
+
+Thank you for creating an account at the Hebrew Parse Trainer.
+
+You can now login at {{ URL::to('/admin') }}, using your email address and password.
+
+If you need any help, you can reach us at {{ env('MAIL_FROM_ADDRESS') }}.
+
+Thank you for your help!
+
+Best,
+
+{{ env('MAIL_FROM_NAME') }}