Rupali Haldiyarupali.hashnode.dev·Mar 1, 2023Send emails in Node.js using Nodemailer, Gmail & oAuth2In this article, I'm gonna discuss How to configure your gmail account for sending emails in node.js using nodemailer & oAuth2. Previously, we had an option for sending emails in node.js via gmail by allowing less secure apps in your gmail settings, ...Satvik Manchanda and 3 others are discussing this4 people are discussing thisDiscuss·23 likes·11.6K readsNode.js
Vedant KahalekarforCodename Origincodenameorigin.hashnode.dev·Nov 28, 2022What are API's ?Introduction- An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software.[1] A document or standard that des...Discuss·43 readsmicrocontent
Tushar Khatritusharkhatri.hashnode.dev·Oct 26, 2022Send automated emails from your node.js app | Google OAuth2 and Nodemailer.I was searching for a viable option for the contact form of my personal website, believe me this is the best you can do for your forms. Get all the required secrets from Google Developer Console. Before doing anything in our code we have to first cre...Discuss·307 readsautomated emails
Yash Solankisolankiyash.hashnode.dev·Jun 11, 2022Noob’s guide to using any Google API in NodeJsGoogle offers multiple services to its users and also offers developers the option to build super cool stuff by integrating these services into their apps using their APIs. You can check the list of all the apis provided by Google here In this articl...Discuss·38 readsNode.js