Hi ZestMade, thanks for this video. Given how NextJS can be finicky, does it matter whether we're using the src directory or not? In my current project, I'm using the app directory without the src directory. Folder structure noted below: /app /components /public
Thank you so much for this tutorials. The knowledge you teach in this video really helps in my project Can you make a video about upload and download files using nest js and next js?
If you're asking how to receive the email in the recipient's Gmail (or other) inbox, Mailtrap for testing sends emails to Mailtrap inbox, irrespective of what you supply as the recipient. To send the email to the actual recipient, simply replace the Mailtrap SMTP credentials (which is for testing purposes) with an SMTP credentials that sends to real emails such as credentials from Sendgrid, Amazon SES, Mailgun, Zoho, and even credentials from your Cpanel, etc.
There were some errors with the code from the video but after some troubleshooting I was able to get it working with mailtrap. Thanks!
Very helpful man, great work.
Hi ZestMade, thanks for this video. Given how NextJS can be finicky, does it matter whether we're using the src directory or not? In my current project, I'm using the app directory without the src directory. Folder structure noted below:
/app
/components
/public
Thank you so much for this tutorials.
The knowledge you teach in this video really helps in my project
Can you make a video about upload and download files using nest js and next js?
Does this work with real email addresses or just fake ones?
Thanks @ZestMade. How can I adjust this to send to a gmail account?
@ZestMade Does this work in production deployed to vercel? i have not been able to get vercel to work
Awesome tutorial bro
Glad you liked it
do we need to put the gmail normal password or gmail app password
If you're asking how to receive the email in the recipient's Gmail (or other) inbox,
Mailtrap for testing sends emails to Mailtrap inbox, irrespective of what you supply as the recipient. To send the email to the actual recipient, simply replace the Mailtrap SMTP credentials (which is for testing purposes) with an SMTP credentials that sends to real emails such as credentials from Sendgrid, Amazon SES, Mailgun, Zoho, and even credentials from your Cpanel, etc.
@@ZestMade thanku so much
@@ZestMade my code is working on local host but not on production.
Love you bro
Does this work with real email addresses or just fake ones?
+1
Surely, it/nodemailer works with "real" email addresses. You just need to supply "real" SMTP credentials from the email service provider you're using.