123456789101112 |
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Task assign to you</title>
- </head>
- <body>
- <p>Dear {{$user_name}},</p>
- <p>You have been added to this task <b>{{$task_name}}</b> at project <b>{{$proj_name}}</b>.<br/> Your estimated time is {{$estimated_time}} hours. <br/>Wish you all the best. <br/>You have been assigned by {{$assign_by}}.</p>
- <p>Regards,<br/>
- Revinr </p>
- </body>
- </html>
|