dev-master
9999999-dev http://github.com/henderjon/gagglean overly simplistic email utility
BSD-3-Clause
The Requires
- php >=5.4.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
an overly simplistic email utility
Gaggle is an overly simplistic, insecure, and very feature-incomplete email library for creating a raw email message., (*1)
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., (*2)
Install the Packagist archive using Composer. I will generally respect Semantic Versioning. Learn about how Composer does versions., (*3)
Note the absense of v1.0, (*4)
{
"require" : {
"henderjon/gaggle": "dev-master"
}
}
See LICENSE.md for the BSD-3-Clause license., (*5)
These are not necessarily supported or implemented. They are here as a reference for further reading., (*6)
There is no security or safety features of any kind. These might not be a bad idea to add., (*7)
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)., (*8)
an overly simplistic email utility
BSD-3-Clause