Abhinandan Khuranablog.s3curity.ninja·Jul 6, 2024Automating website monitor alerts with Go Lang!Hello, tech enthusiasts! Like many of you, I've been a regular participant of null-meetups in Bengaluru. However, I often found myself missing out on special workshops (Humla/Bachav) due to the limited seat availability. I realized that attendees wer...10 likes·34 readsemail alert
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...mailtrap
Ashish Agarwalashish.top·Apr 24, 2024Sending Emails with Python is too easy?Have you ever tried to make a Python project that can send you emails? Well, that's ez! Sending Emails with Python You tried several mailing service. SMTPLib? No, it did not work (to me too). MailGun? It is not always free. Google Accounts used to ha...Python
Steve Lebleuslebleu.hashnode.dev·Feb 22, 2024Cliam: agnostic email sending in Node.jsAs a developer, email sending is a recurent task across the projects. Most part of time, you have to deal with open source libraries, to switch from a library to another accross the projects, with some particular implementations and / or behaviors. A...brevo
Abdullahi Odesanmirealabdullah.hashnode.dev·Oct 14, 2023Sending email from your Nuxt 3 app with MailgunHave you found yourself in a situation where you needed to send emails from your Nuxt application? With Nuxt's server and Mailgun, sending emails directly from your Nuxt 3 app becomes a breeze. To get started, create a Nuxt 3 app using the following ...739 readsNuxt
Paul Hennellblog.hennell.dev·Sep 13, 2023Global Tags and Metadata on Laravel MailablesLaravel mailables have a nice interface for consistently structuring an email for any of their supported drivers. As I'm often working with Mailgun I like Laravels support for tags and metadata which lets you add additional metadata to a message for ...38 readsLaravel