Add proton mention (#1306)

* do not add mime-version header if already present

* mention proton in footer

* update email template
This commit is contained in:
Son Nguyen Kim 2022-09-22 15:15:22 +02:00 committed by GitHub
parent 72a130e225
commit 3900742d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -587,7 +587,7 @@
color: #A8AAAF; color: #A8AAAF;
margin: .4em 0 1.1875em;" margin: .4em 0 1.1875em;"
align="center"> align="center">
© {{ YEAR }} SimpleLogin. All rights reserved. © {{ YEAR }} SimpleLogin - a Proton product. All rights reserved.
<br /> <br />
{% block footer %}{% endblock %} {% block footer %}{% endblock %}
</p> </p>

View file

@ -16,6 +16,7 @@
<p class="small text-white">SimpleLogin is an open-source email alias solution to protect your email address.</p> <p class="small text-white">SimpleLogin is an open-source email alias solution to protect your email address.</p>
<p class="small text-white"> <p class="small text-white">
SimpleLogin is the product of SimpleLogin SAS, registered in France under the SIREN number 884302134. SimpleLogin is the product of SimpleLogin SAS, registered in France under the SIREN number 884302134.
SimpleLogin SAS is part of <a href="https://proton.me">Proton AG</a>.
</p> </p>
</div> </div>
</div> </div>