PHP Classes

File: resources/views/mail/verify_email.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/mail/verify_email.twig   Download  
File: resources/views/mail/verify_email.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 850 bytes
 

Contents

Class file image Download
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Verify your email address</title> </head> <body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333333;"> <h2>Welcome to {{ _appName }}!</h2> <p>Hi {{ username }},</p> <p> Thank you for creating an account.<br> To complete your registration, please verify your email address by clicking the link below: </p> <p><a href="{{ url }}">Verify Email Address</a></p> <p>If the link above does not work, copy and paste the following URL into your browser:</p> <p>{{ url }}</p> <p> <b>Important:</b><br> This verification link is valid for a limited time only.<br> If you did not create an account, you can safely ignore this email. </p> <hr> <p style="font-size: 12px; color: #777777;">{{ _appName }} - {{ _appSlogan }}</p> </body> </html>