Table of Contents

Class EmailStandard

Namespace
GastroSky.Services.EmailServices.Emails
Assembly
GastroSky.dll
public class EmailStandard : IEmail
Inheritance
EmailStandard
Implements
Inherited Members

Constructors

EmailStandard(GastroSkyDatabaseContext, IConfiguration, string, Language, string, string, string)

public EmailStandard(GastroSkyDatabaseContext db, IConfiguration configuration, string email, Language language, string subject, string content, string replyTo)

Parameters

db GastroSkyDatabaseContext
configuration IConfiguration
email string
language Language
subject string
content string
replyTo string

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