Live data from Hacker News

MailCrab

tweedegolf.nl

1–10 of 36 posts

Re: MailCrab

#4
One 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

Re: MailCrab

#5
I don't know if the author is on here, but I wonder what it was like doing the frontend in Rust (Yew). How does the developer experience compare to Vue, I suppose?

Re: MailCrab

#6
post #4

One 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

Yep very nice if all you need is an email or two, maybe an activation code or link.

Definitely an email heavy application benefits from something more advanced like MailCrab

PS Ruby on Rails also logs emails to the console

Re: MailCrab

#8
post #4

One 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

The terminal solution is handy but sometimes it fails because you could end up with a sign in link or some type of link with a very long token that wraps to multiple lines making it impossible to click.

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).

[0]: https://hub.docker.com/r/schickling/mailcatcher/tags

Re: MailCrab

#9

Tweede golf, means "second wave" in dutch.

Which sounded like a covid thing to me. Must have been interesting to watch the access logs for tweedegold.nl in fall 2020! (That is, I assume the name was chosen before covid but the About page doesn't say.)
Post reply on HN