chamilo-lms
chamilo-lms copied to clipboard
Use Symfony Mailer component instead of PHPMailer
Mails are working now in master, tested in 2.chamilo.org when adding/editing a user.
I'm assigning myself for testing because there have been new developments in the use of PHPMailer in 1.11.x in 2020, which would need to remain in 2.0.
I just checked and tested the code and see it is not using anymore PHPMailer, it is now SiftMailer, a symfony bundle, the change is in this commit https://github.com/chamilo/chamilo-lms/commit/406adc0b7921832ef22cf80742c14cae1356bf80 . Tested in 2.chamilo.org when adding/editing a user .