ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Carriage return before Signature #113

Closed cmaudoux closed 2 months ago

cmaudoux commented 6 months ago

Hi,

When an email is sent, signature is apppended to the body.

Exemple below with signature = Cnau PN """ Bonjour,

Le mot de passe du compte uid=173668,ou=personnes,dc=gendarmerie,dc=interieur,dc=gouv,dc=fr a été changé.Cnau PN """

coudot commented 6 months ago

You can simply configure mail_signature like this:


$mail_signature = "\n\nCnau PN";
cmaudoux commented 6 months ago

I know ;-) It is just to improve the code...

Cheers