Abel Hoogeveen
02206f4bda
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
13 lines
207 B
JSON
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"
|
|
}
|
|
}
|