Capture Development Emails With Mailhog
$ brew install mailhog config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: 'localhost',
port: 1025,
}$ mailhogLast updated
$ brew install mailhog config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: 'localhost',
port: 1025,
}$ mailhogLast updated