123456789101112 |
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Registration Mail</title>
- </head>
- <body>
- <p>Dear {{$user_name}},</p>
- <p>You have been added as Account Manager of company named <strong>{{ $company_name }}</strong>. Company Contact number is "<b>{{ $contact }}</b>" Wish you all the best.</p>
- <p>Regards,<br/>
- Revinr </p>
- </body>
- </html>
|