1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00
polr/resources/views/emails/activation.blade.php
2016-03-22 21:54:59 -04:00

22 lines
625 B
PHP

<h3>Hello {{$username}}!</h3>
<p>Thanks for registering at {{env('APP_NAME')}}. To use your account,
you will need to activate it by clicking the following link:</p>
<br />
<a href='{{env('APP_PROTOCOL')}}{{env('APP_ADDRESS')}}/activate/{{$username}}/{{$recovery_key}}'>
{{env('APP_PROTOCOL')}}{{env('APP_ADDRESS')}}/activate/{{$username}}/{{$recovery_key}}
</a>
<br />
<p>Thanks,</p>
<p>The {{env('APP_NAME')}} team.</p>
--
<br />
You received this email because someone with the IP {{$ip}} signed up
for an account at {{env('APP_PROTOCOL')}}{{env('APP_ADDRESS')}}. If this was not you,
you may ignore this email.