排序
Processing Email – Being Selective
Processing Email - Being Selective, Google API Gmail LINE Notifications (7 Part Series) 1 Connecting to Gmail API with Python 2 Managing your Labels in Gmail ... 3 more parts... 3 ...
Processing Email Contents
Processing Email Contents, Google API Gmail LINE Notifications (7 Part Series) 1 Connecting to Gmail API with Python 2 Managing your Labels in Gmail ... 3 more parts... 3 Searching...
Searching for and Getting Emails
Searching for and Getting Emails, Google API Gmail LINE Notifications (7 Part Series) 1 Connecting to Gmail API with Python 2 Managing your Labels in Gmail ... 3 more parts... 3 Se...
Managing your Labels in Gmail
Managing your Labels in Gmail, Google API Gmail LINE Notifications (7 Part Series) 1 Connecting to Gmail API with Python 2 Managing your Labels in Gmail ... 3 more parts... 3 Searc...
Python i18n – Localizing Transactional Email Templates
Python i18n - Localizing Transactional Email Templates, Leverage Python, Jinja and i18n Ally to define, localize, and preview transactional emails Applications which support fronte...
Using Jinja for HTML Email Templates in Python
Using Jinja for HTML Email Templates in Python,When first creating emails in a new project in Python, I usually start by creating the email text within the Python code itself. This...
Parsing Outlook emails in Java
Parsing Outlook emails in Java,Recently I was in need to parse Outlook emails to extract some values so that automated tests can pass multifactor authentication. I was hoping for s...
Receive emails with SubEtha SMTP and Spring Boot
Receive emails with SubEtha SMTP and Spring Boot,Some years ago I needed to write a Java application that receives emails and process some business stuff on those. It wasn't an eas...
Sending Emails with JavaScript
Sending Emails with JavaScript, The guide about Sending emails with Javascript first appeared on Mailtrap blog. JavaScript is a programming language that you can use for both front...
Reading emails with Python
Reading emails with Python,A while ago I wanted to create a dataset that consisted of Medium blog posts, however, medium does not make it easy for web scrapers to work on their sid...
Queueing Emails With Python, Redis Queue And Twilio SendGrid
Queueing Emails With Python, Redis Queue And Twilio SendGrid,If you’re sending email from within a web application, you’ll want to do so asynchronously so you don’t block reques...
Sending Bulk Emails With Twilio SendGrid and Python
Sending Bulk Emails With Twilio SendGrid and Python,Sending a single email is great, but one of the big advantages of email is the ability to quickly reach a wide audience. Today I...