ZMailTransport Components

From HTML5 Builder
Jump to: navigation, search

ZMailTransport components are those components that inherit from the ZMailTransport class. Each of these components provides a method to send an email using ZMail.

Components

The RPCL includes the following ZMailTransport components:

ZMailTransportSendmail.png ZMailTransportSendmail
A Sendmail transport method.
ZMailTransportSMTP.png ZMailTransportSMTP
An SMTP transport method.

Customize

You can inherit from ZMailTransport or any of its children to create your own ZMailTransport components using different email transport methods and technologies.