Skip to content

withassociates/otto-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailcatcher application for Otto.

Usage

Add as a dependency in your Appfile:

application {
    name = "example-app"

    dependency {
        source = "github.com/withassociates/otto-mailcatcher"
    }
}

Configure ActionMailer to use mailcatcher’s SMTP server:

# config/environments/development.rb

config.action_mailer.smtp_settings = {
  port: 1025,
  address: "mailcatcher.service.consul",
}

Access Mailcatcher’s UI on the host machine:

$ open "http://$(otto dev address):1080/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published