Click or drag to resize
ThreadEmailSender Class
Async e-mail sender. Gets e-mails from newsletter queue, prepares them and sends them to e-mail queue.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersThreadEmailSender

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public class ThreadEmailSender

The ThreadEmailSender type exposes the following members.

Constructors
  NameDescription
Public methodThreadEmailSender
Top
Fields
  NameDescription
Protected fieldmIssueID
Issue ID.
Protected fieldmSendFailed
Resend failed e-mails.
Top
Properties
  NameDescription
Public propertyIssueID
IssueID, optional; only specific issue is send-out if it is set.
Public propertySendFailed
Send failed e-mails?
Public propertyStatic memberSendingThreads
Number of threads that are currently sending issues.
Top
Methods
  NameDescription
Public methodRun
Sends all e-mails one by one in one thread.
Public methodRunAsync
Runs the sender in an asynchronous thread.
Top
See Also