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

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!)

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:

> **profile** @aminoxix  ·  **x** @aminoxix