- Added PHPMailer to composer

- Changed application/libraries/MailLib.php to use PHPMailer
- Changed application/config/mail.php to be used by MailLib + PHPMailer
This commit is contained in:
Paolo
2025-12-18 13:14:48 +01:00
parent a4be020156
commit 34dca18a46
5 changed files with 245 additions and 143 deletions
+2 -1
View File
@@ -504,7 +504,8 @@
"vuejs/vuedatepicker_js": "7.2.0",
"vuejs/vuedatepicker_css": "7.2.0",
"vuejs/vuedatepicker_js11": "11.0.1",
"vuejs/vuedatepicker_css11": "11.0.1"
"vuejs/vuedatepicker_css11": "11.0.1",
"phpmailer/phpmailer": "^7.0"
},
"config": {