Isaac Taitisaac-tait.hashnode.net·Aug 17, 2022Utilizing SendGrid SMTP relay to setup a Discourse serverLast week I started reading a new book titled "Starship For Sale" by M.R. Forbes. I thought it would be a fun project to build a fan site around the book series. While I was designing the site I wanted to add a forum so that other fans of the book se...Discuss·43 likes·96 readssmtp
Olamidedashneg.hashnode.net·Mar 14, 2022Sending Email, Files, Custom HTML Using Python SMTPLIB ModuleGiving consumers feedback or notifying customers is one of the responsibilities you will encounter as a developer or software engineer at some point, because customers and clients are satisfied when they have the idea that they are completely informe...Discuss·12 likes·171 readsPython
Jorge Aceroimjulian.hashnode.net·Sep 21, 2021Create Email Templates with Pure ReactHi everyone, in this article, we are going to create email templates with React components, this can be done in any react framework, the only requirement to do this is to have react-dom installed. The technologies used in this article are: Next.js ...Discuss·4 likes·1.9K readsReact
Kristof RiebbelsforA blog to (be) inspire(d) (by) otherskriebbels.hashnode.net·Apr 9, 2023An Egg-citing Approach to Email PrivacyPreviously on... In the previous blog post in this series, I discuss the evolution of email identities. I state the history of using creative and unique nicknames in the early days of the internet to the increasing need for real names to establish cr...Discuss·39 readsPrivacyemail
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 12, 2023Web Basics - Part 2Introduction to Protocols Protocols are essential to modern communication, enabling devices to exchange information over networks in a standardized and reliable manner. Put simply, a protocol is a set of rules that governs how data is transmitted and...Discuss·27 readsWeb Basicsprotocols
Alisha SaiyedforAlisha's Blogalishasblog.hashnode.net·Mar 12, 2023Connecting SMTP to XamppWhile I was working with a contact form in HTML, CSS, and JavaScript, I was not able to send or receive emails from the form. I always used to get the above error. To resolve this, I have done a lot of research on YouTube and Google but have failed ...Discuss·3 likes·89 readssmtp
Abiola BakareforStarCode Blogiamstarcode.hashnode.net·Feb 13, 2023How To Send Emails Using Nest.js, Nodemailer, SMTP, Gmail, and OAuth2Sending emails with Gmail API used to be much less of a hassle with the not-too-good old "enable less secure app access" of Google account settings which allow the use of a Gmail username and password to authenticate Gmail API for sending emails, it'...Discuss·812 readsnestjs
saput komtloforsaput komtlo's blogpakuito.hashnode.net·Jan 30, 2023I wouldn’t wish Billie Eilish’s success on my worst enemyI wouldn’t wish Billie Eilish’s success on my worst enemy. There’s a stage of fame that, at least to an outsider, looks fun and exciting. You’re young and rich, and everyone is happy to see you every time you go anywhere. There’s also a stage of fame...Discuss·37 readsSES
Geni JahoforGeni Jaho's Bloggenijaho.hashnode.net·Jan 22, 2023Allowing users to send emails with their own SMTP settings in Laravel 9Various guides exist on how to do this in Laravel, but all the ones I found (this and this) worked only up to Laravel 8. The reason is that in v9 the Swift Mailer was no longer supported in favor of Symfony Mailer. The Laravel docs show how to write ...Discuss·481 readsPHP
Sofia TarhonskaforMailtrap Hashnode Blogmailtrap.hashnode.net·Oct 26, 2022Everything You Need to Know About SMTP SecurityWhat do you send in your emails? Pictures from your last trip or recipes for your kids? Business reports for your supervisor? Or maybe something even more confidential like login details or social security numbers? We’re not here to judge. But whatev...Discusssmtp
Sofia TarhonskaforMailtrap Hashnode Blogmailtrap.hashnode.net·Oct 24, 2022How to Send Email Using API or SMTPWhich email transfer method should you use for sending transactional or bulk emails? Primarily, there are two options. A platform-agnostic SMTP relay is the most common one. It is based on the Simple Mail Transfer Protocol and sometimes is the only c...Discussemail security
Sofia TarhonskaforMailtrap Hashnode Blogmailtrap.hashnode.net·Oct 21, 2022What is an SMTP Server?Is it hard to send an email? From a user’s perspective, everything looks quite simple. Under the hood, however, there is a complex system that drives emails from the sender to the recipient. When you click a button to send an email, your email client...Discuss·1 likeProgramming Blogs
Sofia TarhonskaforMailtrap Hashnode Blogmailtrap.hashnode.net·Oct 10, 2022Set Up SMTP ServerIn the blog post Best Free SMTP Servers, we touched on the cloud-based solutions for sending emails. These are quite common for all sizes of projects. But what if you don’t want to use the email relay services of Gmail SMTP or its alternatives? In th...Discuss·29 readssmtp