added methode3
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user