{% load i18n %}{% blocktrans with code=code address=address instance=instance %}Hello,

Someone requested to use {{ address }} as a sender address on {{ instance }}. Once verified, emails sent from {{ instance }} can show this address as the sender.

If this was you, enter the following code in the setup form:

    {{ code }}

Don't share this code with anyone unless you want to authorize them to use this address for this purpose. The {{ instance }} team will never ask you for it.

If you didn't request this, you can safely ignore this email.

Thanks,  
The {{ instance }} Team
{% endblocktrans %}
