Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

henderjon/gaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaggle

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

About

an overly simplistic email library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages