aboutsummaryrefslogtreecommitdiff
path: root/utils/smtp
AgeCommit message (Expand)AuthorFilesLines
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby2-9/+9
2026-03-08feat(dns): add update functionality for DNS records (MX, SRV, TXT)Bobby2-0/+26
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby2-19/+22
2026-03-08feat(dns): Implement DNS record management and query handlingBobby3-15/+166
2026-03-08Refactor configuration handling and add mail management featuresBobby6-73/+72
2026-03-07Refactor dashboard and mailboxes pages to integrate services for data retrievalBobby5-58/+44
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby5-0/+157