Table of Contents

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

db GastroSkyDatabaseContext
configuration IConfiguration
user User
post Post

Properties

Html

public string Html { get; }

Property Value

string

Recipient

public string Recipient { get; }

Property Value

string

ReplyTo

public string? ReplyTo { get; }

Property Value

string

Sender

public string Sender { get; }

Property Value

string

Subject

public string Subject { get; }

Property Value

string