henderjon/gaggle

This package is abandoned and no longer maintained. No replacement package was suggested.

an overly simplistic email utility

dev-master 2014-04-22 15:57 UTC

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).

Build Status