Open
Description
🔖 Feature description
Main: 1. Render a TSX template on the server side and send the HTML through Nodemailer. (use react-dom.render)
2. Simply import the mail sender, specify the template name and the props to send an email.
🎤 Why is this feature needed ?
On the job board, add the functionality to send multiple emails to users regarding job recommendations, job applications, job application status, and account information.
✌️ How do you aim to achieve this?
Create a lib/email, and within that, create a function to send an email.
🔄️ Additional Information
i already created that feature and that work fine .but someone need to review .
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Contributing Guidelines
Are you willing to submit PR?
Yes I am willing to submit a PR!
Activity
jagadeeshm2002 commentedon Nov 12, 2024
feature: Add email templates for better email sending. (🚀 Feature: Ad…