Email is now Built-in! (#2635)
This commit is contained in:
parent
2a539da24c
commit
a85644fb6b
55 changed files with 5129 additions and 1047 deletions
|
@ -7,4 +7,5 @@ public class EmailTestResultDto
|
|||
{
|
||||
public bool Successful { get; set; }
|
||||
public string ErrorMessage { get; set; } = default!;
|
||||
public string EmailAddress { get; set; } = default!;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue