put in all change

This commit is contained in:
2025-08-10 22:06:03 +10:00
parent ba79e8f1c4
commit 4b68915c4c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace FamilyTreeAPI.Repository
{
if (string.IsNullOrEmpty(smtpServer) && string.IsNullOrEmpty(sender) && string.IsNullOrEmpty(sendTo))
return;
System.Net.Mail.SmtpClient client = new SmtpClient(smtpServer);
MailMessage mailMessage = new MailMessage();
mailMessage.From = new MailAddress(sender);