Table of Contents

Class EmailWelcomeInterestedUser

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

Constructors

EmailWelcomeInterestedUser(GastroSkyDatabaseContext, IConfiguration, InterestedUser)

public EmailWelcomeInterestedUser(GastroSkyDatabaseContext db, IConfiguration configuration, InterestedUser interestedUser)

Parameters

db GastroSkyDatabaseContext
configuration IConfiguration
interestedUser InterestedUser

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