rhildred/mailer

There is no license information available for the latest version (dev-master) of this package.

dev-master 2015-06-11 14:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:12:04 UTC


README

Use this with composer to make an endpoint that sends an email. You will need a creds/sendgrid.json file that will look like this:


{"api_user":"your username", "api_key":"your sendgrid password", "recipient":"your email address"}

You will also need a sendgrid account.