Hey all
i've been building web app using Nextjs.
And I was wondering how could i implement auto mailing feature not using third party api like of mail chimp.
when user fills up the form. I get their information in my database.
Do i have to make server components? or what else so that they receive the mail from my web app that their booking has been confirmed.
please provide me suggestions or resources on how can i acheive this.
thanks