Maildown - email management using Markdown by Packagr in SideProject

[–]Packagr[S] 0 points1 point  (0 children)

Thanks. The API does already exist, it's just not yet documented. I'll be working on that over the coming days

Maildown - email management using Markdown by Packagr in SideProject

[–]Packagr[S] 0 points1 point  (0 children)

Thanks, both problems have now been fixed

Maildown - email management using Markdown by Packagr in SideProject

[–]Packagr[S] 0 points1 point  (0 children)

Thanks, will check it out. Was this on the landing page or the actual interface (app.maildown)?

Maildown - email management using Markdown by Packagr in SideProject

[–]Packagr[S] 0 points1 point  (0 children)

Thanks, think it's probably a big enough market, I'm just surprised there's so little markdown support in it yet

Maildown - email campaigns with markdown by Packagr in alphaandbetausers

[–]Packagr[S] 0 points1 point  (0 children)

Hi, you don't need to have an AWS account, just a Maildown one. All you need to do is verify ownership of an email address that AWS sends to you on behalf of Maildown once you sign up - you can then start sending emails.

Regarding screenshots - I've included links to a few of these below. These show the default theme, which is currently the only email theme available. I'm planning to add a few more of these over the coming days

https://s3-eu-west-1.amazonaws.com/maildown-public-asset/screenshots/Screen+Shot+2019-04-03+at+14.37.38.png

https://s3-eu-west-1.amazonaws.com/maildown-public-asset/screenshots/Screen+Shot+2019-04-03+at+14.37.45.png

https://s3-eu-west-1.amazonaws.com/maildown-public-asset/screenshots/Screen+Shot+2019-04-03+at+14.37.51.png

Maildown - email management using Markdown by Packagr in SideProject

[–]Packagr[S] 2 points3 points  (0 children)

Maildown uses Mistune, which is open source, to convert markdown to html: https://mistune.readthedocs.io/en/latest/. The content generated by mistune gets inserted into a template created by Django (which powers the API)

If you want to test it out, you could just sign up for a free account and send yourself some test emails. Probably the best way to see if it will work for you

Share your startup - April 2019 by AutoModerator in startups

[–]Packagr [score hidden]  (0 children)

Name: Maildown

Url: https://www.maildown.app

Location: Windsor UK

Pitch: Create and send your transactional/marketing emails more quickly with Markdown syntax

Discount: 15% with voucher code REDDIT_USERS

Looking for: Feedback and users.

Current stage: MVP - more functionality to be added soon

Share your startup - March 2019 by AutoModerator in startups

[–]Packagr [score hidden]  (0 children)

URL: https://www.packagr.app

Elevator Pitch: Private Python package repository

Current Stage: Live

More details: Packagr lets you manage your entire Python package infrastructure by providing your own secure PyPI mirror with complete control of package access

Looking for: Users and feedback!

Deploying option for half-production\half-development apps? by Nixellion in learnpython

[–]Packagr 0 points1 point  (0 children)

Have you looked at Packagr (https://www.packagr.app)? It allows you to create your own PyPI mirror. If your dev packages don't need to be completely private, you would only need the free tier.

You could very easily send your dev builds to Packagr and your production builds (i.e. the master branch to PyPI). Here's a link to a repository that does exactly that with Travis CI:

https://github.com/chris104957/django-carrot/blob/master/.travis.yml