shopit-back/database
ncoronel 1a05c380a0 feat(mail-test): implement email testing functionality
- Created MailTestController to handle email sending requests.
- Added SendTestMailRequest for validating email input.
- Developed MailTestService to manage email sending logic.
- Introduced TestMail Mailable for formatting test emails.
- Defined API route for sending test emails.
- Created EmailIntegrationSeeder to seed email integration settings.
- Updated DatabaseSeeder to include EmailIntegrationSeeder.
- Added MailTestControllerTest to ensure email sending functionality works as expected.
2026-07-21 16:01:18 -03:00
..
factories feat: implement user registration functionality with validation and response handling 2026-07-02 12:23:50 -03:00
migrations feat(ticket): add source IDs to tickets and update related services and tests 2026-07-21 12:27:26 -03:00
seeders feat(mail-test): implement email testing functionality 2026-07-21 16:01:18 -03:00
.gitignore initial commit 2026-06-18 10:09:24 -03:00