Hey everyone! A few days after posting this video Google updated their UI! The App Passwords can now be found by after going to your chrome profile, search for "App Passwords" in the search bar.
Man, it is like you read my mind. I just watched your session login video this weekend and wished that you had an email video. Great channel 👍🏻 I like that you are both thorough and concise. That’s a hard line to walk, and you do it nicely. You wouldn’t also be working on a video for verifying a new user’s email account, would you?
Hey there thanks! And I actually kind of do lol I think I posted it yesterday it's about a subscription system and i use a verification email system in it! Hope it helps!
You are doing a wonderful work, really helped me to recall how it's done. Keep going mate, you have a perfect skills to teach and trust me, one day the YT's algorithm will catch up. :)
thanks for the video. i have a simple question. if you send email using gmail account via nodemail, it is free no matter much many you send email via gmail? Thank you
Hye i've tried this and its working fine. But why is the sender of the email the same email that should be the receiver . Email is being received, but it doesn't seem right. It appears that I'm sending it to myself from the same email account
Hey there! That's just what I did to demonstrate the app in the video. If you want to send it to someone else just change the "to" property in the sendMail function
Hey man i tried the same method u posted,actually I am trying this for hours as I am studying nodejs but it didn't seem to work for me whenever i compile the program it says "email sent successfully" as per sentence i console in then() but the email is never sent, please help
@@WittCode yes, but i fixed it with Oauth keys, i'm could be wrong but t's seem that they stopped giving support to app passwords recently and the only method to use google apis today is with Oauth keys.
Hello I am trying to run this and I am getting an error: self-signed certificate in certificate chain …code :'ESOCKET', command: 'CONN' . Has anyone the same problem? Can anyone help me ?
@@WittCode I am trying it with nextjs project and the app passwords are not working though I just made it working with Oauth2 flow. but the usual way of using app passwords is not working though the same is working for my other projects. like grafana and alertmanager , prometheus etc.
@@WittCode Oops, sorry 😅😅, didn't mean to disturb you. I thought my comment would be ignored! Thank you for your tutorial. It worked for me!! 😊😊. I was experimenting with email servers for my backend application. Do you know what is the limit for the number of emails per day (or per hour) I can send using personal gmail account??
@@WittCode sorry if my previous message came across as rude! 🙏 I didn't mean it that way, just a little frustrated with the screen. Totally understand you had to cover up your address and phone number. Also, by the way, thanks a lot for the video-it worked perfectly! 🎉😊 Also, by any chance, do you know the limit on the number of emails I can send per day (or per hour) from a personal Gmail account? Thanks in advance! Please ignore my username. I am not a spammer 😅😅. Just came up with some funny name
@@MailBomber-p4y haha nah you're good! Thanks for watching! And yeah I believe you can send up to 500 emails a day with the free account. To send any more you have to pay!
Hey everyone! A few days after posting this video Google updated their UI! The App Passwords can now be found by after going to your chrome profile, search for "App Passwords" in the search bar.
thanks alot brother, been search for this for the past 2 days
thankyou!!
It took me two hours to find it and it turns out it was because google updated the interface🤣
Please can someone help me with the exact way to find it. I have searched for App Passwords and I still cannot find it
Seen it. Thank you
worked like a charm! thanks
Great to hear! 😀
Thanks, man, you have saved my life 😂. I was struggling to find the solution until I saw your video.
same here , can you image I was working on this task in my back-end 😝😝😝😝
Man, it is like you read my mind. I just watched your session login video this weekend and wished that you had an email video.
Great channel 👍🏻 I like that you are both thorough and concise. That’s a hard line to walk, and you do it nicely.
You wouldn’t also be working on a video for verifying a new user’s email account, would you?
Hey there thanks! And I actually kind of do lol I think I posted it yesterday it's about a subscription system and i use a verification email system in it! Hope it helps!
Very helpful, thank you for reducing part of my load of work.
Great to hear! Thanks for watching!
You are doing a wonderful work, really helped me to recall how it's done. Keep going mate, you have a perfect skills to teach and trust me, one day the YT's algorithm will catch up. :)
Thanks for the kind words!
Thank you very much for the video. It helped a lot.
😃
Very helpfull, thank you!
😀
Thank you very much, and thanks you for the pinned comment
No worries! Glad it helped
Thank you so much
of course! Thanks for watching!
thanks for the video. i have a simple question. if you send email using gmail account via nodemail, it is free no matter much many you send email via gmail? Thank you
Hey there! I believe for gmail you can send up to 500 emails a day. To send more you have to pay. This is a gmail thing not a nodemailer thing
Thanks, it works
post selecting 2-factor auth, I am not seeing the APP options.. is there some change in google setting.
Hey there! Did you try what is in the pinned comment?
Hye i've tried this and its working fine. But why is the sender of the email the same email that should be the receiver .
Email is being received, but it doesn't seem right. It appears that I'm sending it to myself from the same email account
Hey there! That's just what I did to demonstrate the app in the video. If you want to send it to someone else just change the "to" property in the sendMail function
thanks man save our life
Hey man i tried the same method u posted,actually I am trying this for hours as I am studying nodejs but it didn't seem to work for me whenever i compile the program it says "email sent successfully" as per sentence i console in then() but the email is never sent, please help
I'd have to see the code to debug. Paste what you can here
the problem is, the section create app password isn't appearing at all for me.
Even if you tried what's in the pinned comment?
@@WittCode yes, but i fixed it with Oauth keys, i'm could be wrong but t's seem that they stopped giving support to app passwords recently and the only method to use google apis today is with Oauth keys.
Thanks man
Hello I am trying to run this and I am getting an error: self-signed certificate in certificate chain …code :'ESOCKET', command: 'CONN' . Has anyone the same problem? Can anyone help me ?
Hey there! That looks like an issue with using SSL. What port are you running this on?
Thanks Gordon Ramsay.
haha not the first time ive gotten that!
@@WittCode you honestly look like his younger brother lol
great
Woo!
That's why it wasn't working! The special password... Thank you man you solved my problem!
i dont see any app passwords in my gmail
@@karthikraj9394 type and search in the security section of your account as "App Password"
not working for me.
Any errors?
@@WittCode I am trying it with nextjs project and the app passwords are not working though I just made it working with Oauth2 flow.
but the usual way of using app passwords is not working though the same is working for my other projects. like grafana and alertmanager , prometheus etc.
What is this black screen 😡😡😡😡😡😡😡😡
Covering up my address and phone number
@@WittCode Oops, sorry 😅😅, didn't mean to disturb you. I thought my comment would be ignored!
Thank you for your tutorial. It worked for me!! 😊😊. I was experimenting with email servers for my backend application. Do you know what is the limit for the number of emails per day (or per hour) I can send using personal gmail account??
@@WittCode sorry if my previous message came across as rude! 🙏 I didn't mean it that way, just a little frustrated with the screen. Totally understand you had to cover up your address and phone number.
Also, by the way, thanks a lot for the video-it worked perfectly! 🎉😊
Also, by any chance, do you know the limit on the number of emails I can send per day (or per hour) from a personal Gmail account? Thanks in advance!
Please ignore my username. I am not a spammer 😅😅. Just came up with some funny name
@@MailBomber-p4y haha nah you're good! Thanks for watching! And yeah I believe you can send up to 500 emails a day with the free account. To send any more you have to pay!
thank u soooo much it was really helpful
👏👏 Comment for support channel
Thank you, this is worked perfectly.