refactor(notification-outbox): extract EmailAddressValidator helper, drop orphaned using

This commit is contained in:
Joseph Doherty
2026-05-19 03:39:05 -04:00
parent 5e80f64cd8
commit 4b61e29e27
4 changed files with 41 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
using System.Net.Sockets;
using MailKit;
using MailKit.Net.Smtp;
using MailKit.Security;
namespace ScadaLink.NotificationService.Tests;