Message Parsing and Ruff - Building SaaS #176
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
Configuring SendGrid's Inbound Parse webhook to receive email responses in a Django SaaS project, including security setup.
This episode covers configuring SendGrid for outbound email sending and domain authentication for a SaaS project deployment.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
A developer prepares a SaaS for launch by adding user history, soft deletion, and SendGrid email integration.
A technical guide on configuring and using SendGrid to send emails from Azure Functions after the GA release, including code examples.
Explains how to send emails from Windows Azure applications using SendGrid and asynchronous queues for scalability.