Actions
BMC #929
openImplement Email Send Feature with Modal Form in Frontend
Description
Create a feature that allows users to send emails directly from the application. This involves implementing an email send API, creating a frontend form in a modal for email input, and adding validation to ensure proper functionality.
Tasks
API Integration:
- Implement the email send API on the frontend.
- Set up API call logic to handle email sending based on form input.
UI Design:
- Design a modal form with fields for "From Email," "To Email," and "Subject."
- Add a "Send" button with appropriate styling.
Form Validation:
- Ensure proper validation for email fields to check for valid email formats.
- Validate that all fields are filled before enabling the "Send" button.
- Disable Button on Invalid Input:
Actions