change subscription cancel email

This commit is contained in:
Son 2022-02-21 15:10:22 +01:00
parent bfcd75bdea
commit f8640bfc91
2 changed files with 4 additions and 11 deletions

View File

@ -509,7 +509,7 @@ def setup_paddle_callback(app: Flask):
send_email(
user.email,
"SimpleLogin - what can we do to improve the product?",
"SimpleLogin - your subscription is canceled",
render(
"transactional/subscription-cancel.txt",
end_date=request.form.get("cancellation_effective_date"),

View File

@ -1,16 +1,9 @@
Hi,
{% extends "base.txt.jinja2" %}
This is Son, SimpleLogin founder. I saw that you have canceled your subscription.
{% block content %}
Your subscription will end at {{end_date}}.
I would appreciate if you could tell me what we can do to improve the product or what is missing?
Thanks for giving SimpleLogin a try!
Best,
Son.
-----------------------------------------
Son NK - SimpleLogin founder.
https://simplelogin.io
{% endblock %}