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
- Host: GitHub
- URL: https://github.com/polarspetroll/group-mail
- Owner: polarspetroll
- Created: 2021-08-05T10:48:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T18:03:12.000Z (over 3 years ago)
- Last Synced: 2025-01-17T10:30:45.924Z (3 months ago)
- Topics: email, mass-emailer, smtp, smtp-client
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)