Open SwethaJanardhana opened 6 months ago
As a family member,
I want to send the notification to the newly added member,
so that the member gets to know that he/she belongs to this family.
Add a new family member
MemberForm.js
EmailJS
@emailjs/browser
family/index.js
Send Email
Value Proposition
As a family member,
I want to send the notification to the newly added member,
so that the member gets to know that he/she belongs to this family.
Description
Acceptance Criteria
Add a new family member
form to include the email, so as to link with the family Id.Tasks
MemberForm.js
component to include the email input field.EmailJS
- "Add new service" , "Create new template".@emailjs/browser
library and implement the logic infamily/index.js
file to send an email.