Core/composer.json
Abel Hoogeveen 02206f4bda Implemented a new mailer library.
The old PHPMailer wrapper module has been replaced with a more lightweight library from CodeIgniter.

Supports the following feautures:
- Multiple Protocols: Mail, Sendmail, and SMTP
- TLS and SSL Encryption for SMTP
- Multiple recipients
- CC and BCCs
- HTML or Plaintext email
- Attachments
- Word wrapping
- Priorities
- BCC Batch Mode, enabling large email lists to be broken into small BCC batches.
- Email Debugging tools
2016-05-22 20:20:50 +02:00

13 lines
207 B
JSON

{
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"smarty/smarty": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
"apigen/apigen": "^4.1"
}
}