mailers: prevent the signature from being auto-linked
Some emails clients (Gmail or Mail.app) may turn the signature into a clickable link. This can distract users, and make them think we are a good point of contact (where they should contact their administration or use the website directly instead).
This commit is contained in:
parent
d595ccb5a4
commit
c26da5ec37
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
||||||
- if defined?(service) && service && service.nom.present?
|
- if defined?(service) && service && service.nom.present?
|
||||||
= service.nom
|
= service.nom
|
||||||
- else
|
- else
|
||||||
L’équipe demarches-simplifiees.fr
|
-# The WORD JOINER unicode entity prevents email clients from auto-linking the signature
|
||||||
|
L’équipe demarches-simplifiees⁠.fr
|
||||||
|
|
Loading…
Reference in a new issue