MailCrab
tweedegolf.nl
MailCrab
1–10 of 36 posts
Re: MailCrab
#2Re: MailCrab
#3Re: MailCrab
#4In dev it means you can have sent emails get logged to the terminal which makes debugging easier.
But it only really works well with text emails, this seems like a more robust solution
Re: MailCrab
#5Re: MailCrab
#6One of the things I like about Django is the builtin support for a console backend for emails In dev it means you can have sent emails get logged to the terminal which makes debugging easier. But it only really works well with text emails, this seems like a more robust solution
Definitely an email heavy application benefits from something more advanced like MailCrab
PS Ruby on Rails also logs emails to the console
Re: MailCrab
#7Re: MailCrab
#8One of the things I like about Django is the builtin support for a console backend for emails In dev it means you can have sent emails get logged to the terminal which makes debugging easier. But it only really works well with text emails, this seems like a more robust solution
Rails also prints emails to the terminal and has a backend solution that doesn't really send emails out but I still prefer using MailCatcher to display them in a UI (it has both amd64 and arm64 Docker support[0], real-time updates and a ~25mb compressed Docker image).
Re: MailCrab
#9Tweede golf, means "second wave" in dutch.
Re: MailCrab
#10Same idea of faking delivery but puts it in a location where non-devs can access and review it.