https://github.com/aminoxix/go-email
email service using golang (still learning!)
https://github.com/aminoxix/go-email
email-sender
Last synced: 2 months ago
JSON representation
email service using golang (still learning!)
- Host: GitHub
- URL: https://github.com/aminoxix/go-email
- Owner: aminoxix
- License: bsl-1.0
- Created: 2025-01-26T15:42:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T09:39:05.000Z (3 months ago)
- Last Synced: 2025-03-08T10:26:55.197Z (3 months ago)
- Topics: email-sender
- Language: Go
- Homepage: https://integral-manda-aminoxix-0d14fc37.koyeb.app
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-email
### built service to send email (personal use only)
---
#### api configs / prerequisites:
- fulfil the requirements of `.env.example`
- configure gmail [app name & password](https://myaccount.google.com/apppasswords)
- assign `from` and `to` email address---
#### route & implementation:
find the base url in description of the repository
```
POST $ /api/v0/send-email
```[🔗 ref. link](https://github.com/aminoxix/portfolio-v1/blob/main/src/server/api/externals/send-email.ts)
---
#### builder: