Liked
a post on Twitter
Post details
#TIL setting up a testable mail server can fit in a tweet Setup: docker run -p 8025:8025 -p 1025:1025 mailhog/mailhog Test: curl "smtp://localhost:1025" --mail-from 'from@foo.com' --mail-rcpt 'to@bar.com' -T <(echo -e 'Subject: Hello\n\nWorld!') open http://localhost:8025Craig Barr (@m0un10_)Mon, 06 Jun 2022 08:31 +0000
This post was filed under likes.
Interactions with this post
Interactions with this post
Below you can find the interactions that this page has had using WebMention.
Have you written a response to this post? Let me know the URL:
Do you not have a website set up with WebMention capabilities? You can use Comment Parade.