Thanks a lot Man! 😘 Really liked you walking us through these articles at the end of the video for further reading, not just giving us the fish, but teaching us how to catch it.
Thank you so much! I'm glad you found the explanation helpful. Explore the channel for more content and consider subscribing to the channel to support me!
Thank you! I was stuck with trying to use the "enable less secure apps" option and did not know the new way. Thank you for thoroughly explaining Gmail parameter changes.
Thank you so much! I'm glad you found the explanation helpful. Explore the channel for more content and consider subscribing to the channel to support me!
Thank you it worked fine, but this is a older way of sending mails using google API, there is a new way using clientId and secret and session token etc. Please make a new video on that.
Have you tried sending email using Vercel? I managed to run the local server, but when uploading the files to Vercel, it simply doesn't work. Gives error 404...
hosting server shouldn't be an issue when executing a certain functionality 404 - is a http status for not found case, I'm not sure in which scenario you were getting this problem I'd recommend to debug a little to find the cause!
Absolutely, The tutorial demonstrates how to integrate email sending functionality in Node.js using Nodemailer and Gmail. Just make sure to follow the security best practices and authentication methods recommended to safeguard your Gmail account details.
I'm using gmail as smtp server but sometimes it's delivered mail after 5 minutes. Please, suggest any cheap but best performer smtp server for solve this issue. Thanks a lot Man! 😘
@@YSGTV-ht2se I switched to using outlook as the provider, and my emails sends now, but it gets reported as spam, which I think is happening due to me using a html template for the email once it sends, resorted to just alerting the recipient of this and provided steps for them to allow the email to reach their inbox
Make sure you've two step verification enabled, and make use of search bar available in the manage accounts page myaccount.google.com/apppasswords In .env file, just create below two variables and access them inside code using process.env.USER & process.env.APP_PASSWORD USER=yourGmail APP_PASSWORD=generatedAppPassword
Sometimes, Gmail's SMTP server can experience temporary issues. If everything seems correctly configured on your end, wait for a while and try again later. Use Nodemailer's debugging option to get more information about the error. You can set this in your Nodemailer transport options: transport = nodemailer.createTransport({ service: 'gmail', auth: { user: 'your@gmail.com', pass: 'your-app-password', }, debug: true, // Add this line }); This will log detailed information about the SMTP communication, which can help pinpoint the issue.
Nodemailer - nodemailer.com/about/ Nodemailer npm - www.npmjs.com/package/nodemailer Also checkout How to send emails in Node.js using SendGrid ( Twilio ) | Custom mail | Dynamic Template - ua-cam.com/video/YqR4kfyO6hc/v-deo.html
December 4, 2024 and your tutorial still works. Thank you!
You are the GOAT when it comes to sending emails bro. I really loved it, very well explained. Thank you so much. Keep it up.
But there is no app passwords only in the gmail 2 step verification
Make sure you've two step verification enabled, and make use of search bar available in the page
myaccount.google.com/apppasswords
Thanks a lot Man! 😘
Really liked you walking us through these articles at the end of the video for further reading, not just giving us the fish, but teaching us how to catch it.
Thanks man! I was searching for hours for something like this, saved my day!
you re a gem, thanks so much for this.
thanks bro... it's really solved my problem
i have seen many videos but none of them could even talk about how to get our app password...
Excellent. You explained the entire process like a pro!
Good and Informative Video! Thanks and keep going 🎉
Your explaination is good. Every one can say how to send using mailinator, but you are explaining about port number. It's great.
Thanks bro, helped alot.... i wasted 3 hours in searching this and finally you helped.
I'm glad I could help you out! Don't worry about the time you spent searching - It lead to the right search, Keep rocking!
Thanks a lot, I really apprecite that you went us through the process behind as well. Kudos :)
Really helped a ton! Thank a lot!
thanks bro really a very good explanation , please keep making such videos
great video! helped me a ton keep it up !
Nice ❤
good tutorial 👍
Thanks a lot brother for this kinda informative video...
Great Video. It helped a lot! Thumbs Up.
Thank you! i can see how easy is now
Weldone.
It has helped me. Almost gave up because of errors 😂😂
thank you bro for your tutorial i was stuck at the 2 step authentication ,✌ keep coding
Thats faantastic. Thank you!
You're very welcome! Feel free to explore more content on the channel!!
Thanks man, it worked
Thank you man! very well explained.
You're welcome! I'm glad you found the explanation helpful. Thanks for watching and your kind words!!
ThankYou My Man!!!!!
Thanks a lot, I was stuck with OAuth from 2 days xD
Obrigado pelo conteúdo!!
Thank you so much guy. You made it so easy…
thanks a lot man !!!! amazing
Thanks man!!!
It was super super helpful!!! Thank you very much!!
Thank you I can now send emails from my portfolio website it was easier then I expected :)
That's fantastic to hear! Thanks for watching and happy coding!!
helped a lot thankyou
Por fin encontré una explicación satisfactoria. Muchas gracias, saludos desde Colombia!
Glad it helped! gracias!
Amazing videos thank you
Thank you so much! I'm glad to hear that you enjoyed the videos. ❤️
@@webwizard8 You're welcome.
hey man ur awesome contents, please continuesly Do
Thank you so much for the kind words! I'll definitely continue to create more videos !!
Explained everything perfectly 👏👏
Thank you!
Very good explanation.
Thank you so much! I'm glad you found the explanation helpful. Explore the channel for more content and consider subscribing to the channel to support me!
thanks bro, I need this
Thanks!
Thank you! I was stuck with trying to use the "enable less secure apps" option and did not know the new way. Thank you for thoroughly explaining Gmail parameter changes.
I'm glad the video helped you! Special thanks for noticing the change and showing your support!!
its working thanks
thanks
Thanks a lot friend. I tried use from object like you did but again in a recevier it shows my email address instead of name, how can I fix it?
Thank you bro
You're welcome !!
thanks a lot Man,
tears are allover my eyes coz it worked
Your explanation too good 👍
Thank you so much! I'm glad you found the explanation helpful. Explore the channel for more content and consider subscribing to the channel to support me!
Thank you!
You're welcome !!
It was very useful, thanks for your time and effort. 😉
You are welcome!
Thanks man
Thanks a lot bro
I want to configure my outlook mail account. So what should I use in place of service and host ??
Outlook
Thank you it worked fine, but this is a older way of sending mails using google API, there is a new way using clientId and secret and session token etc.
Please make a new video on that.
It have some issue like if i send mail to the yahoo email . Sending mail go to the spam folder . what is the possible issue there?
bro, it worked for me
thanks a lot
Does this option have an expiration date and a limit on the number of messages sent per month?
If we want to send the email to that user's email which he or she would provide to the Bot. What would be the procedure of this? Kindly Explain
Have you tried sending email using Vercel? I managed to run the local server, but when uploading the files to Vercel, it simply doesn't work. Gives error 404...
hosting server shouldn't be an issue when executing a certain functionality
404 - is a http status for not found case, I'm not sure in which scenario you were getting this problem
I'd recommend to debug a little to find the cause!
@@webwizard8 I was trying to send emails directly through Gmail, but it didn't work. Through Sendgrid it worked. Thank you very much!
Thank You
You're welcome! Feel free to explore more content on the channel!!
Hey, can i host this feature on my live website ? im currently hoisting on go daddy. thanks.
Absolutely, The tutorial demonstrates how to integrate email sending functionality in Node.js using Nodemailer and Gmail. Just make sure to follow the security best practices and authentication methods recommended to safeguard your Gmail account details.
next time give link to github sorce code described in video plesae
tysm
Kon kon video dekhnay say pehlay comments check krta hai?🤔🤔🤔🤔
The google UI has changed. Can anyone provide me tutorial for the new UI?
merci beaucoup
Je suis ravi que la vidéo vous ait été utile. Merci à vous pour votre soutien! ❤️
Thank bro, Is there a time limit or the number of emails sent per month with this option?
I'm using gmail as smtp server but sometimes it's delivered mail after 5 minutes. Please, suggest any cheap but best performer smtp server for solve this issue.
Thanks a lot Man! 😘
you might want to consider services like SendGrid ( Twilio ) or Amazon SES. They offer reliable performance at reasonable prices. Hope this helps! 😊
decent video 10:10
This is really useful. Please make a video on how to make a reply to the mail.
Thanks for the idea!
I follow this process, and my logs show successful email sent, but the email never reaches my recipients inbox
Yeah same here
@@YSGTV-ht2se I switched to using outlook as the provider, and my emails sends now, but it gets reported as spam, which I think is happening due to me using a html template for the email once it sends, resorted to just alerting the recipient of this and provided steps for them to allow the email to reach their inbox
I am stuck at env file , how to use that 16 digit generated password?
Did you get the solution?
Is gmail SMTP working properly?
@@diyadey1654 same problem with me. response: '535-5.7.8 Username and Password not accepted.
Make sure you've two step verification enabled, and make use of search bar available in the manage accounts page
myaccount.google.com/apppasswords
In .env file, just create below two variables and access them inside code using process.env.USER & process.env.APP_PASSWORD
USER=yourGmail
APP_PASSWORD=generatedAppPassword
I am getting an ETIMEDOUT error
Can I know why?
How to get rid off it
Sometimes, Gmail's SMTP server can experience temporary issues. If everything seems correctly configured on your end, wait for a while and try again later.
Use Nodemailer's debugging option to get more information about the error. You can set this in your Nodemailer transport options:
transport = nodemailer.createTransport({
service: 'gmail',
auth: {
user: 'your@gmail.com',
pass: 'your-app-password',
},
debug: true, // Add this line
});
This will log detailed information about the SMTP communication, which can help pinpoint the issue.
I have been looking for this. Did you fix it?
i m not able to find app password in my google account
Make sure you've two step verification enabled, and make use of search bar available in the page
myaccount.google.com/apppasswords
i dont see App password any more, can anyone help me?
x2
Make sure you've two step verification enabled, and make use of search bar available in the page
myaccount.google.com/apppasswords
same
Source code ?
Error by now
Nodemailer - nodemailer.com/about/
Nodemailer npm - www.npmjs.com/package/nodemailer
Also checkout How to send emails in Node.js using SendGrid ( Twilio ) | Custom mail | Dynamic Template - ua-cam.com/video/YqR4kfyO6hc/v-deo.html
code de deta bhai.
am i the only one who can't find "App password"?
Dashboard pe jake search karo App password
I used Search Google Account to find it..
did you find it?
Enable 2FA first
@@eMarketingsuccess I did and Stil dont find it
Abeeee code provide kar be
thank you!
Thanks man