https://github.com/higebu/sendgrid-send
A Simple SendGrid Test Tool
https://github.com/higebu/sendgrid-send
Last synced: 4 months ago
JSON representation
A Simple SendGrid Test Tool
- Host: GitHub
- URL: https://github.com/higebu/sendgrid-send
- Owner: higebu
- License: mit
- Created: 2022-05-26T07:27:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T11:20:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T19:44:25.510Z (9 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```