Table of Contents

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

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