Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/sendgrid-send

A Simple SendGrid Test Tool
https://github.com/higebu/sendgrid-send

Last synced: 27 days ago
JSON representation

A Simple SendGrid Test Tool

Awesome Lists containing this project

README

        

# sendgrid-send

A Simple SendGrid Test Tool

# Install

```shell
go install github.com/higebu/sendgrid-send
```

# Usage

```shell
export SENDGRID_API_KEY=xxxxx
sendgrid-send -to [email protected] -to-name 'Example User' \
-from [email protected] -from-name 'Example User' \
-content 'Hello SendGrid'
```