12 """ Email Send Cloud Message object """
15 """ Email Send Cloud Request object.
23 @param **kwargs - Keyword arguments. Apply values to the request attributes.
55 """ Create and return the Payload of the Request. """
68 """ Create and return Array of File objects of the Request. """
76 """ Email Send Cloud Response object.
84 @param **kwargs - Keyword arguments. Apply values to the request attributes.
97 @param **kwargs - Keyword argumen.ts. Apply values to the request attributes.
99 - @ref Request.password
100 - @ref Request.server
102 - @ref Request.recipients
104 - @ref Request.subject
105 - @ref Request.attach_file
113 svcname=
'email_send', **kwargs)
recipients
Email addresses of the recipients.
subject
The email subject.
password
The user's email password.
server
The email server's smtp address, i.e.
attach_file
Attachment file path.
port
The email server imap port.
email
The user's email username.