use PHPMailer via composer

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-18 10:49:18 +01:00
parent c9ee2ae7e0
commit fc0a495f2d
9 changed files with 29 additions and 5387 deletions

View File

@@ -41,7 +41,8 @@
"ext-curl" : "*",
"ext-json" : "*",
"ext-openssl": "*",
"mso/idna-convert" : "1.*"
"mso/idna-convert" : "1.*",
"phpmailer/phpmailer": "~6.0"
},
"require-dev" : {
"phpunit/phpunit" : "6.5.13",