Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debck/email
[WIP] A Go client to send emails from Command Line.
https://github.com/debck/email
Last synced: 24 days ago
JSON representation
[WIP] A Go client to send emails from Command Line.
- Host: GitHub
- URL: https://github.com/debck/email
- Owner: debck
- License: mit
- Created: 2019-03-07T14:58:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T15:37:22.000Z (over 5 years ago)
- Last Synced: 2024-06-20T07:56:05.550Z (5 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emailer [W I P]
> A Go client to send emails from Command Line.
### Development
* Create a `.env` file in the root and fill with this
```
API_KEY=''
SENDER_MAIL=''
SENDER_NAME=''
```
* See all available command `email --help`
```
Send Emails from your command lineUsage:
email [command]Available Commands:
help Help about any command
send send the emailFlags:
-h, --help help for emailUse "email [command] --help" for more information about a command.
```
* Run `email send` to enter all information and press `Enter`![live](https://user-images.githubusercontent.com/33368759/54043876-a570c400-41f3-11e9-9a7a-ec3269c7e5d0.PNG)
## TODO
* [ ] Avoid sending mails to spam folder
* [ ] Add Test cases
* [ ] Feature to attach files to email
* [ ] ....> Found it interesting then do :star: it, also suggestions are welcome) :tada: