added methode3

This commit is contained in:
2024-03-20 10:11:51 -04:00
parent bb57113461
commit 7584706123
6 changed files with 70 additions and 5 deletions

View File

@ -16,9 +16,14 @@
public string ToAddress { get; set; }
public string? Subject { get; set; }
public string? Message { get; set; }
public string username { get; set; }
public string username { get; set; }
public string password { get; set; }
}
}
public class EmailRequest3
{
// public string ToAddress { get; set; }
public string Subject { get; set; }
public string Body { get; set; }
}
}