Skip to content

Commit

Permalink
Add proton mention (#1306)
Browse files Browse the repository at this point in the history
* do not add mime-version header if already present

* mention proton in footer

* update email template
  • Loading branch information
nguyenkims authored Sep 22, 2022
1 parent 72a130e commit 3900742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/emails/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
color: #A8AAAF;
margin: .4em 0 1.1875em;"
align="center">
© {{ YEAR }} SimpleLogin. All rights reserved.
© {{ YEAR }} SimpleLogin - a Proton product. All rights reserved.
<br />
{% block footer %}{% endblock %}
</p>
Expand Down
1 change: 1 addition & 0 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 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>
</div>
</div>
Expand Down

0 comments on commit 3900742

Please sign in to comment.