rhildred / mailer

此包最新版本(dev-master)没有可用的许可信息。

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

This package is not auto-updated.

Last update: 2024-09-14 17:26:39 UTC


README

使用composer创建一个发送电子邮件的端点。你需要一个类似下面的creds/sendgrid.json文件


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

你还需要一个sendgrid账户。