Email is now Built-in! (#2635)
This commit is contained in:
parent
2a539da24c
commit
a85644fb6b
55 changed files with 5129 additions and 1047 deletions
10
Kavita.Email/DTOs/ConfirmationEmailDto.cs
Normal file
10
Kavita.Email/DTOs/ConfirmationEmailDto.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Skeleton.DTOs;
|
||||
|
||||
public record ConfirmationEmailDto
|
||||
{
|
||||
public string InvitingUser { get; init; }
|
||||
public string EmailAddress { get; init; }
|
||||
public string ServerConfirmationLink { get; init; }
|
||||
public string InstallId { get; init; }
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue