Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 18, 2024Setting up Email Sending Module for WSO2 Identity Server for Developers 📨When we talk about IAM or Identity and Access Management, we often see the terms MFA(Multi-factor Authentication) and 2FA(Two-factor authentication). When developers need to check certain flows involving service providers and local and outbound authe...DiscussEmail OTP
Denys Kontorskyydenyskontorskyy.hashnode.dev·Apr 30, 2024I’ve Tested and Compared SendGrid vs Mailgun: Here’s What I FoundLet’s cut to the chase—SendGrid vs Mailgun. What are the differences between these email sending platforms and which one should you choose? I aim to answer these questions and provide you with an in-depth comparison of SendGrid and Mailgun. Disclaime...Discussmailtrap
Kerry Owstonblog.kerryowston.co.uk·Nov 12, 2023Mail Trap to the rescueWhen I started tinkering with Breeze my intentions were good the. The reality, at the moment, I was just too tired, way too tired. So after getting it all installed and having had an initial look around I registered a user account.... 💤 💤 💤 Unfort...DiscussLaravel
Anuj Singhanujsingh.hashnode.dev·Oct 20, 2023How to send emails via Gmail in NestJsRecently, I've been working on an application that required the integration of an email service. Typically, I've used SendGrid for such integrations, but this time I had different requirements, and I needed to utilize Gmail and its SMTP server. So, I...Discuss·1 like·3.1K readsnestjs
Beatriz Camposrailsware.hashnode.dev·Jul 26, 2023What's Mail Merge? [use cases + tutorials]Can you imagine being a VP at a large corporation and reaching out to each of your customers directly? Bankers or insurance associates do it all the time, and somehow, they manage to personalize each of the thousands of messages they send. Are they s...Discuss·94 readsmailtrap
Divine OrjiforOpen Replay's Technical Blogopenreplay.hashnode.dev·Mar 13, 2023A Beginner's Guide To Integrating Next.Js And Mailtrap For Seamless Email TestingFor apps that use emails to contact users or send notifications, email testing is a crucial step in the development process. It helps to ensure that your app’s email functionality works as expected and that you send the appropriate content to the cor...Discuss·2 likes·72 readsGeneral Programming
Edžnan Jusufovićedznan.hashnode.dev·Aug 1, 2022Sending HTML emails with PHPIn this article I will show you the process of sending an email with PHP and PHPMailer. Prerequisites: have PHP and Composer installed on your machine. PHP has built-in support for sending emails with mail() function. It allows you to send emails ...Discuss·40 readsPHP