simple-login/templates/emails/transactional/unsubscribe-newsletter.txt
2022-02-16 18:52:35 +01:00

10 lines
249 B
Plaintext

{% extends "base.txt.jinja2" %}
{% block content %}
You have been unsubscribed from SimpleLogin newsletter.
We would love to know why do you want to unsubscribe from our communication.
Please let us know by replying to this email.
{% endblock %}