How to SEND MAIL using Nodemailer in Node js || Send Mail from Node js || Nodemailer || Node js

  Рет қаралды 1,303

Coding Comics

Coding Comics

Күн бұрын

Discover how to send emails using Nodemailer in Node.js. This guide walks you through setting up Nodemailer, configuring SMTP settings, and creating a simple function to send emails from your Node.js application, allowing for seamless email communication.
code:
const nodeMailer = require('nodemailer')
let transportmail = nodeMailer.createTransport({
service:'gmail',
auth:{
user:'your email',
pass:'your app password'
}
})
let mailContent = {
from:"your email",
to:'to email',
subject:'Test Mail',
text:"This is from coding comics"
}
transportmail.sendMail(mailContent,function(err,val){
if(err){
console.log(err)
}else{
console.log(val.response,"sent Mail...")
}
})
#node.js #nodemailer #sendmail

Пікірлер: 6
@gunjankumartunga6100
@gunjankumartunga6100 3 ай бұрын
There is no app pass option. i didn't see anywhere
@codingcomics
@codingcomics 3 ай бұрын
Could you please ask briefly
@ESsalihiBadiaa-v6k
@ESsalihiBadiaa-v6k 2 ай бұрын
same i didn't find it !
@ESsalihiBadiaa-v6k
@ESsalihiBadiaa-v6k 2 ай бұрын
@@codingcomics i cant find the app pass option on my chrome profile
@codingcomics
@codingcomics 2 ай бұрын
Go to manage your Google account -> security -> 2 step verification -> passkeys and security key -> and you can create new key
@NaeemAcademy
@NaeemAcademy 2 ай бұрын
You will above search bar, type app password you will see over there easy
Creating A Contact Form With JavaScript / Nodemailer
37:10
Conor Bailey
Рет қаралды 61 М.
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 47 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 58 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 15 МЛН
Send Mail with Nodemailer Using Node.js Backend
28:30
Daily Tuition
Рет қаралды 83 М.
How to Send Emails In Next.JS 14 With Dynamic Templates
16:58
Sakura Dev
Рет қаралды 16 М.
Scheduling Tasks in Node.js | Cron Jobs in Real Projects
22:19
Dipesh Malvia
Рет қаралды 3 М.
How to send email using Gmail API (uses OAuth2 and nodemailer)
17:55
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 52 М.
How easy it is to send email in nodejs using NodeMailer #nodejs #nodemailer
5:31
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 651 М.
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 47 МЛН