Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/mailer
A composer mailer
https://github.com/rhildred/mailer
Last synced: 14 days ago
JSON representation
A composer mailer
- Host: GitHub
- URL: https://github.com/rhildred/mailer
- Owner: rhildred
- Created: 2015-06-09T12:35:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T14:19:28.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:03:11.653Z (9 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.