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

https://github.com/polarspetroll/group-mail

mass email sender
https://github.com/polarspetroll/group-mail

email mass-emailer smtp smtp-client

Last synced: about 2 months ago
JSON representation

mass email sender

Awesome Lists containing this project

README

        

# Group Mail

Bulk mail sender client.

### Setup

```bash
git clone https://github.com/polarspetroll/Group-Mail.git
cd Group-Mail
go build
./main
```

- Environment Variables

```bash
$USERNAME # control panel username
$PASSWORD # control panel password
$SMTPUSR # SMTP username(e.g: [email protected])
$SMTPPWD # SMTP password
$SMTPHOST # SMTP host
$SMTPPORT # SMTP port
```

---

[Google SMTP Guide](https://support.google.com/a/answer/176600?hl=en#zippy=%2Cuse-the-gmail-smtp-server)