How to Send Emails in Next.js Using Nodemailer and SMTP | Next.js 14 App Router Email Client

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 17

  • @Frank.T2
    @Frank.T2 4 หลายเดือนก่อน +1

    There were some errors with the code from the video but after some troubleshooting I was able to get it working with mailtrap. Thanks!

  • @Jeffrey_Benedict
    @Jeffrey_Benedict 5 หลายเดือนก่อน +1

    Very helpful man, great work.

  • @SkyrimBeast
    @SkyrimBeast 4 หลายเดือนก่อน +2

    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

  • @khanhlinhinh50
    @khanhlinhinh50 8 หลายเดือนก่อน +1

    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?

    • @-kokteal8406
      @-kokteal8406 7 หลายเดือนก่อน

      Does this work with real email addresses or just fake ones?

  • @martinkarugaba
    @martinkarugaba 7 หลายเดือนก่อน

    Thanks @ZestMade. How can I adjust this to send to a gmail account?

  • @bongofo4105
    @bongofo4105 4 หลายเดือนก่อน +1

    @ZestMade Does this work in production deployed to vercel? i have not been able to get vercel to work

  • @elradad
    @elradad 7 หลายเดือนก่อน

    Awesome tutorial bro

    • @ZestMade
      @ZestMade  5 หลายเดือนก่อน

      Glad you liked it

  • @hassanbajwa5640
    @hassanbajwa5640 5 หลายเดือนก่อน

    do we need to put the gmail normal password or gmail app password

    • @ZestMade
      @ZestMade  5 หลายเดือนก่อน

      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.

    • @hassanbajwa5640
      @hassanbajwa5640 5 หลายเดือนก่อน

      @@ZestMade thanku so much

    • @hassanbajwa5640
      @hassanbajwa5640 5 หลายเดือนก่อน

      @@ZestMade my code is working on local host but not on production.

  • @joygaming7245
    @joygaming7245 6 หลายเดือนก่อน +1

    Love you bro

  • @nanonkay5669
    @nanonkay5669 8 หลายเดือนก่อน

    Does this work with real email addresses or just fake ones?

    • @-kokteal8406
      @-kokteal8406 7 หลายเดือนก่อน

      +1

    • @ZestMade
      @ZestMade  6 หลายเดือนก่อน

      Surely, it/nodemailer works with "real" email addresses. You just need to supply "real" SMTP credentials from the email service provider you're using.