LunaNode / lobster

Hourly billing panel for virtual machines
http://lobster.lunanode.com
Other
84 stars 22 forks source link

SMTP: configuration and SSL #27

Closed uakfdotb closed 9 years ago

uakfdotb commented 9 years ago

A) SMTP server should be configurable (currently we assume the user is reasonable and wants to route mail via local MTA, and let MTA handle reliable delivery).

B) Golang wants to automatically upgrade to SSL when possible. But then if SSL certificate is self-signed, it throws an error. Need to find out how to disable that.