/go-smtp

Go SMTP Example

Primary LanguageGo

Go SMTP

How to use

Enable Google Less secure app access temporary.

You can get a temporary email address from here

SENDER="your_email@gmail.com" \
PASSWORD="your_password" \
TO="poyatehu@maillink.top,poyatehu@maillink.top" \
SUBJECT="Hello from StudyGolang" \
BODY="Happy Coding~" \
make run

Artiles