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
dbGastroSkyDatabaseContextconfigurationIConfigurationemailstringlanguageLanguagesubjectstringcontentstringreplyTostring
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; }