Represents a token that encapsulates the information necessary for callbacks from
the EmailProvider's asynchronous Send methods.
Inheritance Hierarchy SystemObject
CMS.EmailEngineEmailToken
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public sealed class EmailToken
Remarks
The token contains the information about site, timestamp of the last send attempt,
the message itself and related object in the DB as well as the used ID (for mass messages).
This is required in order to persist the message in case of delivery failure or when
attempting to resend the message. Additionally, an SMTP server is present in the token as
well for the correct function and signaling in the e-mail queue (idle/busy notifications
on callback).
There is also priority setting which is set to the email info object when storing it in the DB in case of delivery failure.
See Also