aboutsummaryrefslogtreecommitdiff
path: root/utils/email/compose.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby1-0/+75
- Updated domain detail view to include DNS records management links. - Added new DNS records creation form with dynamic fields based on record type. - Implemented backend logic for creating and deleting DNS records. - Introduced new services and messages for DNS operations. - Refactored SMTP server initialization to streamline TLS configuration. - Added email composition and submission utilities for better email handling.