Harin Patelharinmpatel.hashnode.dev·Aug 11, 2024Send Email with dynamic body using X++Hello, Coder. Today, I will show you how to send an email with a dynamic body using an email template in Dynamics 365. First, we need to set up the Email template in d365. Path: System administration >> Setup >> Email >> System email templates In Em...1 like·231 readssend email using x++
karan khatikkarankhatik.hashnode.dev·Aug 9, 2024How to Send Emails with Google OAuth Refresh Tokens in a MERN AppHey there! In this guide, we’re going to explore how you can generate a Google OAuth refresh token directly from your application to send emails, instead of using the Google Developer Playground. This method not only helps you manage tokens more effi...43 readsgoogle cloud
Sudi Davidsudi.dev·Jul 10, 2023How to send an email with ASP.NET Core Minimal API and MailKitHello everyone, I trust you're all doing well. Today, we're going to explore how to send an email from an ASP.NET Core Minimal API using MailKit from scratch. Assuming you have all the necessary tools installed, including the .NET SDK and an Integrat...3 likes·511 readssend-email