henderjon / gaggle
an overly simplistic email utility
Requires
- php: >=5.4.0
Requires (Dev)
- funkatron/funit: dev-master
Suggests
- aws/aws-sdk-php: 2.5.* -- Allows you to use the Mailer
- henderjon/drop: 0.1.*
- henderjon/simple_scan_args: 0.1.*
- henderjon/weights_and_measures: 3.*
- psr/log: 1.*
This package is auto-updated.
Last update: 2023-04-06 05:35:05 UTC
README
Gaggle is an overly simplistic, insecure, and very feature-incomplete email library for creating a raw email message.
Usage
You're best bet is to check the tests/examples to see usage, as I'm awful at documentation. In all honesty, you should use a better email lib for anything you want to take seriously.
Installation
Install the Packagist archive using Composer. I will generally respect Semantic Versioning. Learn about how Composer does versions.
Note the absense of v1.0
{
"require" : {
"henderjon/gaggle": "dev-master"
}
}
License
See LICENSE.md for the BSD-3-Clause license.
References
These are not necessarily supported or implemented. They are here as a reference for further reading.
TODO
There is no security or safety features of any kind. These might not be a bad idea to add.
There are no transport layers. I built this to be used with AWS SES::SendRawEmail(). Someday when I have time, I might try to build this out enough to use a different protocol (e.g. SMTP).