mailsrv

A little service to send e-mail.

Build

make

mailsrv binary will be compiled.

Configuration

mailsrv uses an SMTP server to send e-mail so, you need to provide some informations to send e-mails through it:

[server]
url = "<smtp_url>"
port = "<smtp_port>" # 25 or 587
username = "<username>"
password = "<password>"

[service]
outbox_path = "<dir_path>" # directory used to retrieve `.json` e-mail format to send

Run

./mailsrv myconfig.ini
Description
A little service to send e-mail.
Readme 83 KiB
Languages
Go 98.1%
Makefile 1.9%