C# Class Carrotware.Web.UI.Components.EmailHelper

Show file Open project: ninianne98/CarrotCakeCMS-MVC

Private Properties

Property Type Description

Public Methods

Method Description
SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool

Method Details

SendMail() public static method

public static SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
fromEmail string
emailTo List
emailCC List
subjectLine string
bodyText string
isHTML bool
attachments List
return bool

SendMail() public static method

public static SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool
fromEmail string
emailTo string
subjectLine string
bodyText string
isHTML bool
return bool