add PHPMailer (and composer with it) to allow sending mails via authed SNMP

This commit is contained in:
2019-01-24 01:00:08 +01:00
parent 3250792c9d
commit 2e02fca7c3
6 changed files with 150 additions and 15 deletions

15
composer.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "krombel/matrix-register-bot",
"description": "Register-Bot which implements a 2-factor registration for synapse servers to take part on matrix-communication",
"type": "project",
"require": {
"phpmailer/phpmailer": "^6.0"
},
"license": "Apache-2.0",
"authors": [
{
"name": "Krombel",
"email": "krombel@krombel.de"
}
]
}