Class EmailFreePostUnpublished
- Namespace
- GastroSky.Services.EmailServices.Emails
- Assembly
- GastroSky.dll
public class EmailFreePostUnpublished : IEmail
- Inheritance
-
EmailFreePostUnpublished
- Implements
- Inherited Members
Constructors
EmailFreePostUnpublished(GastroSkyDatabaseContext, IConfiguration, User, Post)
public EmailFreePostUnpublished(GastroSkyDatabaseContext db, IConfiguration configuration, User user, Post post)
Parameters
dbGastroSkyDatabaseContextconfigurationIConfigurationuserUserpostPost
Properties
Html
public string Html { get; }
Property Value
Recipient
public string Recipient { get; }
Property Value
ReplyTo
public string? ReplyTo { get; }
Property Value
Sender
public string Sender { get; }
Property Value
Subject
public string Subject { get; }