Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/mailer

A composer mailer
https://github.com/rhildred/mailer

Last synced: 14 days ago
JSON representation

A composer mailer

Awesome Lists containing this project

README

        

Composer Mail plugin
====================

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.