after successful payment, we should also send a proper welcome email to the user instead of just relying on razorpay’s confirmation. this email should tell them they’ve been enrolled in the course and can now access it from their dashboard.
implement an email trigger once payment is verified, and design the email using an html template that matches the current website theme (colors, fonts, overall feel). keep it clean and simple, mention the course name dynamically, and guide them to log in and start learning.
create a new branch for this, implement the email flow, test it properly, and raise a pr once done.
after successful payment, we should also send a proper welcome email to the user instead of just relying on razorpay’s confirmation. this email should tell them they’ve been enrolled in the course and can now access it from their dashboard.
implement an email trigger once payment is verified, and design the email using an html template that matches the current website theme (colors, fonts, overall feel). keep it clean and simple, mention the course name dynamically, and guide them to log in and start learning.
create a new branch for this, implement the email flow, test it properly, and raise a pr once done.