2p2r / velobs_web

Application web permettant aux cyclistes de signaler les problèmes sur les aménagements cyclables.
GNU General Public License v3.0
22 stars 14 forks source link

email not sent for new observations #214

Closed gerald2545 closed 5 years ago

gerald2545 commented 5 years ago

TAVPA instance : emails are sent for account creation, but not for observation creation. Seems that the emails are not sent if the lines contains more than 70 characters.

Before migrating to a mailer class, split lines to have less than 70 characters long before sending through mail() command

gerald2545 commented 5 years ago

https://github.com/PHPMailer/PHPMailer

gerald2545 commented 5 years ago

mails with more than 70 caracters long on one line are not sent (without error)....