Ability to catch mail and view in development.
3.2K
This docker image launches an instance Mail Catcher that can be used to view email delivered in development.
The Docker Image opens two ports:
In your rails application, configure the actionmailer to point to the smtp://{docker_container_ip}:1025
config/environments/development.rb
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {address: 'localhost', port: 1025}
All email will be delivered to Mail Catcher. You can now view any email delivered at http://localhost:1080
Content type
Image
Digest
Size
509 MB
Last updated
over 9 years ago
docker pull drujensen/mailcatcher