Microservice to send email notifications written in Go
Define some environment variables:
RECEPIENT_EMAIL
- it has to be a recepient adress
SENDER_EMAIL
- it's your adress that you use to send message
SENDER_PASSWORD
- password for your email box
Go to examples/client to see an example of a client implementation
Now gopostman works only with mail.ru smtp server. It will be modified to work with manual settings soon.