2017 © Pedro Peláez
 

library gaggle

an overly simplistic email utility

image

henderjon/gaggle

an overly simplistic email utility

  • Tuesday, April 22, 2014
  • by henderjon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gaggle

Gaggle is an overly simplistic, insecure, and very feature-incomplete email library for creating a raw email message., (*1)

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., (*2)

Installation

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"
    }
}

License

See LICENSE.md for the BSD-3-Clause license., (*5)

References

These are not necessarily supported or implemented. They are here as a reference for further reading., (*6)

TODO

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)

Build Status, (*9)

The Versions

22/04 2014

dev-master

9999999-dev http://github.com/henderjon/gaggle

an overly simplistic email utility

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires