<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anu</title>
    <description>The latest articles on DEV Community by Anu (@amplitud3).</description>
    <link>https://dev.to/amplitud3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3221526%2F6601d8ce-e0ad-4b26-a95c-01f9c6380596.jpeg</url>
      <title>DEV Community: Anu</title>
      <link>https://dev.to/amplitud3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amplitud3"/>
    <language>en</language>
    <item>
      <title>Now My Grandma Can Start a Blog—Thanks to Postmark!</title>
      <dc:creator>Anu</dc:creator>
      <pubDate>Sun, 08 Jun 2025 11:07:19 +0000</pubDate>
      <link>https://dev.to/amplitud3/now-my-grandma-can-start-a-blog-thanks-to-postmark-3kha</link>
      <guid>https://dev.to/amplitud3/now-my-grandma-can-start-a-blog-thanks-to-postmark-3kha</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/postmark"&gt;Postmark Challenge: Inbox Innovators&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I engineered an ultra-intuitive email-to-blog platform designed for non-technical users, harnessing Postmark’s inbound webhooks to effortlessly convert emails into clean, well-formatted blog posts.&lt;/p&gt;

&lt;p&gt;Blogging for everyone—no dashboard, no learning curve, just email.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It’s Amazing&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Post by Email&lt;/strong&gt; – send an email, and it’s live on blog.&lt;br&gt;
&lt;strong&gt;Edit by Email&lt;/strong&gt; – to update a post send an email with command.&lt;br&gt;
&lt;strong&gt;Delete by Email&lt;/strong&gt; – One plain-text email with command is all it takes.&lt;br&gt;
&lt;strong&gt;Image Uploads&lt;/strong&gt;– attach images to email.&lt;/p&gt;

 

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feofs4pjhu0yyw1jxaff1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feofs4pjhu0yyw1jxaff1.png" alt="public view postmark cms" width="800" height="364"&gt;&lt;/a&gt;&lt;br&gt;
The above screen visible to public and the below screen is visible to the user after login&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl72hk6cyuwoeo9dargk7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl72hk6cyuwoeo9dargk7.png" alt="private view of postmark cms" width="800" height="529"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PROJECT LIVE AT&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://post-mark-cms.glitch.me/" rel="noopener noreferrer"&gt;https://post-mark-cms.glitch.me/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/L4XnZ4U_mUI" rel="noopener noreferrer"&gt;https://youtu.be/L4XnZ4U_mUI&lt;/a&gt;&lt;br&gt;
you can watch a demo video using above url&lt;/p&gt;

&lt;p&gt;&lt;a href="https://glitch.com/edit/#!/post-mark-cms" rel="noopener noreferrer"&gt;https://glitch.com/edit/#!/post-mark-cms&lt;/a&gt;&lt;br&gt;
you can access the complete source code in glitch&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;test credentials&lt;/strong&gt;&lt;br&gt;
username: admin&lt;br&gt;
password: admin123&lt;/p&gt;

&lt;p&gt;EMAIL COMMANDS &lt;br&gt;
Subject: New Post&lt;br&gt;
Subject: EDIT 1234&lt;br&gt;
Subject: DELETE 1234&lt;/p&gt;

&lt;p&gt;When a post created  a 4 digit code is directly assigned to it which can only viewed by the admin. use the edit command and delete command along with the 4 digit code to do a operation as the subject  of the email.&lt;/p&gt;
&lt;h2&gt;
  
  
  Code Repository
&lt;/h2&gt;



&lt;p&gt;&lt;a href="https://github.com/amplitud3/post-mark-cms" rel="noopener noreferrer"&gt;https://github.com/amplitud3/post-mark-cms&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;



&lt;p&gt;I created a blogging platform where users email their posts directly to the website.&lt;br&gt;
Postmark’s webhook delivers the email instantly as JSON, avoiding the need for polling or IMAP parsing. It’s fast, secure, and incredibly reliable for real-time publishing.&lt;/p&gt;

&lt;p&gt;Here's exactly how it works:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[User's Email Client]
       |
       v
[Postmark Inbound Webhook]
       |
       v
[Python/Flask Server]
   ├──&amp;gt; Extract text/images
   ├──&amp;gt; Process commands (EDIT/DELETE)
   └──&amp;gt; Store in SQLite DB
       |
       v
[Jinja2 Templates]
   ├──&amp;gt; Posts display: IMAGE (top) + TEXT (bottom)
   └──&amp;gt; Auto-formats dates
       |
       v
[Static HTML Page]
   └──&amp;gt; No JavaScript needed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;The Email Trigger&lt;/strong&gt;&lt;br&gt;
Postmark converts the email send to it to a JSON webhook with:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Subject → becomes post title

Text body → becomes content

Attachments → become post images
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack&lt;/strong&gt;&lt;br&gt;
Backend:Python/Flask&lt;br&gt;
Database:SQLite&lt;br&gt;
Frontend:HTML/Jinja2&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features I Implemented&lt;/strong&gt;&lt;br&gt;
✔️ Automatic image handling (uploads to /static folder])&lt;br&gt;
✔️ Email commands (EDIT/DELETE in subject line)&lt;br&gt;
✔️ Whitelist security (only allowed email can make a post)&lt;/p&gt;

&lt;p&gt;Building Postmark CMS has been an incredibly rewarding journey. What started as a simple idea—to let anyone blog with just an email—has turned into a powerful tool that makes publishing effortless, even for those with zero technical skills. Watching my grandma send her first blog post was the moment I knew this project mattered. I’m deeply grateful to the Postmark team for providing such a reliable and developer-friendly platform—your inbound webhooks made the magic possible. A heartfelt thanks also to the dev community for your guidance and inspiration throughout the process. This one’s for the storytellers who just want to hit "send."&lt;/p&gt;

&lt;p&gt;"This project proves that technology should adapt to people, not the other way around. Thanks to Postmark’s bulletproof webhooks, I spent zero time debugging email parsing—and all my time perfecting the experience for real users like my grandma."&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>postmarkchallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
