What do you think of my email deliverability analyzer built with FastAPI and Tailwind?

0
6
Asked By TechieNinja47 On

I've created a web application that allows users to input an email and receive feedback on its spam score, inbox placement probability, and actionable recommendations to improve deliverability. The backend is built with FastAPI and utilizes dnspython for DNS checks, as well as some heuristics for analyzing email content. For the frontend, I used plain HTML/CSS along with Tailwind for styling. Additionally, the app features a simple inbox placement simulation to send test emails to various seed accounts. I'm contemplating making the code open source, but for now, I'm interested in feedback about the architecture and features of the app. What enhancements or additions would you suggest?

1 Answer

Answered By EmailWhisperer99 On

I think this is a cool concept! One thing to consider is how different email providers handle deliverability. For example, Gmail, Outlook, and Yahoo have distinct spam filtering rules, so a combined score might not be very informative. If you can provide a breakdown like 'Gmail: likely inbox, Outlook: check SPF', that could really enhance usability. The seed account approach for simulating inbox placement is good, but keep in mind it can get pricey over time; you might want to explore how services like Mailgun's InboxReady or GlockApps manage that.

Related Questions

Keep Your Screen Awake Tool

Favicon Generator

JWT Token Decoder and Viewer

Ethernet Signal Loss Calculator

Remove Duplicate Items From List

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.