Bisma LatifAutomating Gmail: A Game Changer for Test AutomationRecently, I got a chance to automate the email flows for one of the applications I was testing. I have tested emails before, but with…Oct 152
Vinayak NigamHow I built an email classifier service using GPT-4o and LangchainIn another episode of using LLMs for basic ML taskJun 10
InTowards DevbyItsukiSend Email via Gmail API: Http Request Without Using Client LibraryIn this article, we will be taking a look at using JWT OAuth access token to call Gmail API to send an email. If you need some help in…Jun 17Jun 17
DevelopervickSending mail using Gmail API and Detailed Guide to Google APIs documentation.We as a programmer have to work with multiple tools and technologies, libraries and APIs. To understand their working mechanism we spent…Feb 16, 2023Feb 16, 2023
Abdullah IrfanImplementing Read/Unread Status in Gmail with NestJS and TypeORMThis is ninth story of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and Microservices. Our purpose is to…Nov 22, 2023Nov 22, 2023
Bisma LatifAutomating Gmail: A Game Changer for Test AutomationRecently, I got a chance to automate the email flows for one of the applications I was testing. I have tested emails before, but with…Oct 152
Vinayak NigamHow I built an email classifier service using GPT-4o and LangchainIn another episode of using LLMs for basic ML taskJun 10
InTowards DevbyItsukiSend Email via Gmail API: Http Request Without Using Client LibraryIn this article, we will be taking a look at using JWT OAuth access token to call Gmail API to send an email. If you need some help in…Jun 17
DevelopervickSending mail using Gmail API and Detailed Guide to Google APIs documentation.We as a programmer have to work with multiple tools and technologies, libraries and APIs. To understand their working mechanism we spent…Feb 16, 2023
Abdullah IrfanImplementing Read/Unread Status in Gmail with NestJS and TypeORMThis is ninth story of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and Microservices. Our purpose is to…Nov 22, 2023
Nicolas CHOURROUTI Made an Email Auto-Responder to Conquer my Writer’s BlockTo overcome my writer’s block I built an AI automation with n8n to draft replies to my emails. The workflow relies on Gmail API and OpenAI.May 23
Mariam AslamIntegrating Cypress Gmail Tester for Email TestingTesting registration and login emails can be a daunting task, often requiring costly third-party services or raising concerns about data…Nov 20, 20231
PunniyakodiHarness the Power of Elixir and Phoenix LiveView to Send Free Emails with the Gmail APII’ll walk you through sending emails from your Phoenix application using the Gmail API. This method allows you to send emails for free…Jul 71