Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to test email functionality using something like mailCatcher #42

Closed
danhayden opened this issue Feb 26, 2015 · 4 comments
Closed

Comments

@danhayden
Copy link

Currently it appears that nothing happens when my app attempts to send out emails.

http://mailcatcher.me/ seems like a great way to test email functionality in development and could be a great addition to scotch-box

@crittermike
Copy link

https://github.com/mailhog/MailHog is another option that is easier to install.

@agarzon
Copy link

agarzon commented Aug 31, 2015

+1

@maxpou
Copy link

maxpou commented Sep 4, 2015

+1 !

If you want to install it manually :
gem install mailcatcher

In your php.ini file (/etc/php5/apache2/php.ini) add this : sendmail_path = /usr/bin/env catchmail.

Restart Apache : sudo service apache2 restart
Start mailcatcher mailcatcher --http-ip=0.0.0.0 -f
Try it on : http://192.168.33.10:1080

If don't work, install Mailcatcher Dependencies (sqlite, ruby) :
sudo apt-get install -y libsqlite3-dev ruby1.9.1-dev

@whatnickcodes
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants