{% extends "mail_base.html" %} {% block content %}
Hello {{ user.get_full_name|default:user.email }},
Your company email address for {{ company.name }} has been created:
{{ email_address }}
To start using your company email, please click the button below to activate it:
Or copy and paste this link in your browser:
{{ activation_link }}
If you did not request this email, please ignore it.
Best regards,
The {{ company.name }} Team