Live data from Hacker News

Show HN: Maildown – Super Simple Email API

github.com

1–10 of 22 posts

Re: Show HN: Maildown – Super Simple Email API

#5
post #3

It seems like the benefit is in sending markdown email from cli. I'd actually love to be able to do this now that I think about it (I'm sure there's ways to do this already)

What is a markdown email? Is it a mail body written in markdown, using the unprocessed markdown for the text/plain part, and generating a html part from the same?

Pretty sure you could to that with pandoc and heirloom mailx or something similar.

Re: Show HN: Maildown – Super Simple Email API

#7
post #6

I feel this unnecessarily complicates things. If you want to send emails via SES, why not just use something like https://www.sendwithses.com or https://moonmail.io/

Neither of these services is free. Not sure how this complicates things any more - it's a one liner to send an email

Re: Show HN: Maildown – Super Simple Email API

#9
post #5
post #3

It seems like the benefit is in sending markdown email from cli. I'd actually love to be able to do this now that I think about it (I'm sure there's ways to do this already)

What is a markdown email? Is it a mail body written in markdown, using the unprocessed markdown for the text/plain part, and generating a html part from the same? Pretty sure you could to that with pandoc and heirloom mailx or something similar.

That's pretty much it. Maildown reduces this process to a one liner, however
Post reply on HN