Questions tagged [mailcatcher]

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

Features

  • Shows HTML, Plain Text and Source version of messages, as applicable.
  • Rewrites HTML enabling display of embedded, inline images/etc and open links in a new window.
  • Lists attachments and allows separate downloading of parts.
  • Download original email to view in your native mail client(s).
  • Command line options to override the default SMTP/HTTP IP and port settings.
  • Mail appears instantly if your browser supports WebSockets, otherwise updates every thirty seconds.
  • Runs as a daemon run in the background.
  • Sendmail-analogue command, catchmail, makes using mailcatcher from PHP a lot easier.
  • Written super-simply in EventMachine, easy to dig in and change.
  • Keyboard navigation between messages

Links

61 questions
0
votes
0 answers

Internal server error when trying to seeInLastEmail using Mailcatcher and Codeception

I am using the captbariton mailcatcher module for Codeception (https://github.com/captbaritone/codeception-mailcatcher-module). The system is run on a local XAMPP-installation. I have installed and configured the Mailcatcher module in…
Elfwin
  • 1
  • 3
0
votes
1 answer

can't activate thin (~> 1.5.0), already activated thin-1.7.0

I am using Mail Catcher in my Rails application and when i try to start the server or run rake db:migrate i am getting the following…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
0
votes
1 answer

MailHog or MailCatcher Server setting

I have to automate sending mail and check whether they have been delivered as expected. Inorder to do that i am using mailHog(similar to mailCatcher). I have installed them but i don't know how to make my application send mail to this service…
radio_head
  • 1,306
  • 4
  • 13
  • 28
0
votes
0 answers

Auto start mailcatcher with vagrant homestead?

I installed Vagrant and Homestead on my windows system. Ruby was installed using rbenv and installed Mailcatcher. I wanted to autostart mailcatcher with homestead whenever I try to vagrant up the vm. I have also provisioned vagrant with this script…
0
votes
1 answer

HTML email does not show up in Mailcatcher, but text does

Where can I look for logs that might help me find the cause of this? I have a Django app configured to deliver non-production environments email to a server running Mailcatcher. When I send text only email, it shows up in Mailcatcher, when I add the…
Ryan Fisher
  • 1,485
  • 1
  • 19
  • 32
0
votes
1 answer

Apache reverse proxy sometimes takes over all requests

(I am x-posting this from serverfault because I didn't get any responses there and we have a lot apache pros over here) I am using my apache as a reverse proxy for a few requests to a webserver running on an internal port to allow access via my…
Christof
  • 3,777
  • 4
  • 37
  • 49
0
votes
0 answers

EOFError using devise and mailcatcher on cloud9

I am trying to setup devise confirmable and testing with mailcatcher. When I try to signup I get end of file reached error with and it points to the create action of the registrations controller. I am using cloud9. I start mailcatcher with…
user4584963
  • 2,403
  • 7
  • 30
  • 62
0
votes
1 answer

Set up mandril with mail catcher in rails

I am using mandril with action mailer. On my mandril config ActionMailer::Base.smtp_settings = { :port => '587', :address => 'smtp.mandrillapp.com', :user_name => ENV['MANDRILL_USERNAME'], :password => …
user3814030
  • 1,263
  • 3
  • 20
  • 37
0
votes
0 answers

Mail catcher not working PHP

After a long time i still cannot catch mails via mailcatcher. Mail is sent, but it is not cought. I'm using xampp, and here are my settings in php.ini: SMTP = localhost smtp_port = 1025 sendmail_path = /usr/bin/env catchmail -f…
Marko Kovačević
  • 421
  • 1
  • 4
  • 17
0
votes
1 answer

Gem mailcatcher - do not received emails

I create new user. After creating should received confirmation mail. but when i open mailcatcher(http://127.0.0.1:1080/)... nothing! i use mailcatcher v. 0.5.12, Rails 3.2.22 In development.rb added: # Don't care if the mailer can't send …
Stefan Hansch
  • 1,550
  • 4
  • 22
  • 55
0
votes
1 answer

How correct update version gem mailcatcher in ruby on rails?

I installed gem mailcatcher v. 0.5.12, 2.run bundle exec mailcatcher. But no i want update to version 0.6. I do next: gem uninstall mailcatcher v. 0.5.12 gem install mailcatcher 0.6... I run command bundle show and display error: Could not…
Stefan Hansch
  • 1,550
  • 4
  • 22
  • 55
0
votes
0 answers

Thin dependency workaround for mailcatcher gem

In order to test emails in my rails app, I tried adding the mailcatcher gem. When I first ran mailcatcher, I got an error with eventmachine that effectively broke the mailcatcher server. I realized this was due to the version of mailcatcher being…
Snyderman
  • 1
  • 3
0
votes
0 answers

Using Mailcatcher in Rails 4 with Devise

Thanks in advance for the assistance. I'm using Mailcatcher in dev to see how emails sent by my app look, but I'm not seeing anything in the mailcatcher interface. Here's what I have so far: config/environment/development.rb …
jmknoll
  • 1,046
  • 5
  • 11
  • 30
0
votes
2 answers

Using mailcatcher in cloud9 ide

I'd like to use mailcatcher to preview emails without sending them in my Cloud9 environment. I've started up the mailcatcher daemon but can't access the server. I'm guessing it's simply that port 1080 is not accessible in my environment. Does anyone…
Dan
  • 53
  • 4
0
votes
1 answer

Getting Foreman to run sidekiq and mailcatcher

When I try running foreman I get this message: $ foreman start 00:29:24 worker.1 | started with pid 44135 00:29:24 mailcatcher.1 | started with pid 44136 00:29:24 worker.1 | /usr/local/foreman/bin/foreman-runner: line 41: exec: sidekiq:…
ZMitton
  • 294
  • 2
  • 9