Use PHPMailer for sending mails

Closes: #1

phpcs-errors:226 phpunit-status:successful phpstan-errors:207
This commit is contained in:
2020-10-21 16:31:30 +02:00
committed by Stefan Rohde-Enslin
parent 90858b9af7
commit 02df42a62d
7 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,8 @@
{
"require-dev": {
"phpunit/phpunit": "^8.4"
},
"require": {
"phpmailer/phpmailer": "^6.1"
}
}