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
-1
votes
1 answer

docker compose rails 6 example with mailcatcher doesn´t work

I have this file "docker-compose.yml" version: '3' services: web: build: . #command: bash -c "foreman start -f Procfile.dev-server" ports: - "3000:3000" volumes: - .:/app …
1 2 3 4
5