This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/email
Eric Chiang 7378414e11 smtp: make "auth" and "port" config fields optional
Use "plain" auth if and only if username and password are provided.

Parse port from "host" field if it's provided.
2016-07-11 10:08:28 -07:00
..
config.go *: don't let generated comment become package comment 2016-06-10 12:40:58 -07:00
interface.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00
mailgun.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00
mailgun_test.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00
smtp.go smtp: make "auth" and "port" config fields optional 2016-07-11 10:08:28 -07:00
smtp_test.go smtp: make "auth" and "port" config fields optional 2016-07-11 10:08:28 -07:00
template.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00
template_test.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00