diff --git a/bin/processed_videos.json b/bin/processed_videos.json index 546f279..dcd2450 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -30,6 +30,7 @@ "Ucx8BIetbUE", "UlDvls6dbU4", "VJ5AquqFN3E", + "WKQk9TI8J78", "WkC7o00F0DQ", "XCeEV9bn3Xo", "XthRKboFRo0", diff --git a/content/blog/2023-10-19-email-round-trip-building-saas-with-python-and-django-173.md b/content/blog/2023-10-19-email-round-trip-building-saas-with-python-and-django-173.md new file mode 100644 index 0000000..7f24fc0 --- /dev/null +++ b/content/blog/2023-10-19-email-round-trip-building-saas-with-python-and-django-173.md @@ -0,0 +1,15 @@ +--- +title: "Email Round Trip - Building SaaS with Python and Django #173" +description: "In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this with some old-school print debugging and logging on production to see exactly what data is provided to the receiver webhook." +image: img/2023/WKQk9TI8J78.jpg +video: https://www.youtube.com/embed/WKQk9TI8J78 +type: post +categories: + - YouTube + - Python + - Django +tags: ['Python', 'Django', 'SaaS', 'SendGrid', 'webhooks'] + +--- + +In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this with some old-school print debugging and logging on production to see exactly what data is provided to the receiver webhook. diff --git a/static/img/2023/WKQk9TI8J78.jpg b/static/img/2023/WKQk9TI8J78.jpg new file mode 100644 index 0000000..b160d34 Binary files /dev/null and b/static/img/2023/WKQk9TI8J78.jpg differ