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:
Updated by Najmul Hasan over 1 year ago
- Status changed from In Progress to Complete
- % Done changed from 50 to 100
Updated by Najmul Hasan over 1 year ago
- Start date changed from 11/11/2024 to 11/10/2024
Actions