mailcatcher icon indicating copy to clipboard operation
mailcatcher copied to clipboard

Catches mail and serves it through a dream.

Results 50 mailcatcher issues
Sort by recently updated
recently updated
newest added

It would be nice if MailCatcher had the option of persisting messages between restarts.

feature

I have some projects inside containers with their own copies of MailCatcher and sometimes I have more than one open, so it would be useful to have a `--title` option....

feature

I'm currently using `Ruby 2.6.0` and `mailcatcher 0.8.1` I have csv inside my `public/attachments/L0052.csv` which is only 903 bytes ``` def send_transactions(hotel_code) @hotel_code = hotel_code attachments['L0052.csv'] = File.read('public/attachments/L0052.csv') mail(to: @hotel_code.email,...

3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 Close #553

``` $ mailcatcher -f -v --http-ip=0.0.0.0 Starting MailCatcher v0.9.1.beta2 ==> smtp://127.0.0.1:1025 ==> http://0.0.0.0:1080 ``` Unfortunately I cannot run specs on my machine, it looks like that there are issues with...

I'm currently experiencing an issue with MailCatcher where I am unable to view logs when running it in the foreground. I have tried the mailcatcher --foreground command, but no logs...

Using Ruby 3.2.2 on windows. Also tried `gem install mailcatcher --version=0.9.0.beta2` Something missing? ``` current directory: C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/eventmachine-1.0.9.1/ext/fastfilereader C:/Ruby32-x64/bin/ruby.exe extconf.rb creating Makefile current directory: C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/eventmachine-1.0.9.1/ext/fastfilereader make DESTDIR\= sitearchdir\=./.gem.20230615-11244-931meo sitelibdir\=./.gem.20230615-11244-931meo clean current...

I'm using version 0.9.1 beta1 (in fact, I recently left a comment about this in https://github.com/sj26/mailcatcher/pull/496) Like I said in my comment on that issue, MailCatcher fires up, but it...

Found misspellings with `typos`. There are a few more in `vendor/` - left those untouched 🛑 [_more way to find bugs_](https://github.com/szepeviktor/byte-level-care/tree/master/.github/workflows)

I am not familiar with mailcatcher. In another repo, someone opened an [issue](https://github.com/oneclick/rubyinstaller2/issues/347) about installing on Windows, and I took a look at the gemspec. Some of the dependencies are...