Closed mremond closed 8 years ago
You can define from mix.config SMTP config, local SMTP or test config based on value in config.exs:
config.exs
config :mailman, relay: "localhost", port: 1025, auth: :never
Thank you @mremond ! This is fantastic
You can define from mix.config SMTP config, local SMTP or test config based on value in
config.exs
: