Table of Contents

Interface IRescopeEmailService

Namespace
Rescope.Commerce.Core.Services
Assembly
Rescope.Commerce.Core.dll

The default implementation uses Umbraco's IEmailSender

public interface IRescopeEmailService

Methods

Send<EmailType>(string, EmailType)

Send an email to the specified address

Task Send<EmailType>(string email, EmailType value) where EmailType : IRescopeEmailTemplateModel

Parameters

email string

An email address

value EmailType

A model that describes the email to send (IRescopeEmailTemplateModel)

Returns

Task

Type Parameters

EmailType

IRescopeEmailTemplateModel