Class EmailPremiumPostUnpublished
- Namespace
- GastroSky.Services.EmailServices.Emails
- Assembly
- GastroSky.dll
public class EmailPremiumPostUnpublished : IEmail
- Inheritance
-
EmailPremiumPostUnpublished
- Implements
- Inherited Members
Constructors
EmailPremiumPostUnpublished(GastroSkyDatabaseContext, IConfiguration, User, Post)
public EmailPremiumPostUnpublished(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; }