Sunday, April 28, 2019

Show HN: Rapidmail – extremely simple transactional email sending

Hi all,

I just released the first version of rapidmail, a simple Python library that lets you generate and send transactional emails with the minimum of fuss: https://github.com/chris104957/rapidmail

Rapidmail lets you send messages with an extremely simple Python one-liner: rapidmail.send_mail('# Hello, world!', 'subject', ['christopherdavies553@gmail.com'])

Where this differs from using something like the AWS SES CLI is that rapidmail supports markdown syntax and placeholder insertion right out of the box.

Rapidmail actually uses the Maildown API - a startup that I posted about here a few weeks ago. You can see that post here: https://news.ycombinator.com/item?id=19590646

Thanks for looking Chris


Comments URL: https://news.ycombinator.com/item?id=19769719

Points: 1

# Comments: 0



from Hacker News: Newest http://bit.ly/2XPG6Kj
via IFTTT

No comments:

Post a Comment

Show HN: rtrvr.ai – AI Web Agent for Automating Workflows and Data Extraction

Hey HN, I'm excited to share rtrvr.ai, a Chrome extension that brings the power of AI agents to your everyday web browsing. It's de...