RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
attach_file | |
Attachment file path. More... | |
body | |
The email body. More... | |
The user's email username. More... | |
password | |
The user's email password. More... | |
port | |
The email server imap port. More... | |
recipients | |
Email addresses of the recipients. More... | |
server | |
The email server's smtp address, i.e. More... | |
subject | |
The email subject. More... | |
Email Send Cloud Request object. EmailSend.Request
Definition at line 14 of file EmailSend.py.
def RappCloud.CloudMsgs.EmailSend.EmailSend.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 19 of file EmailSend.py.
def RappCloud.CloudMsgs.EmailSend.EmailSend.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 67 of file EmailSend.py.
def RappCloud.CloudMsgs.EmailSend.EmailSend.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 54 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.attach_file |
Attachment file path.
Can be a .zip file that will be decompressed on the server.
Definition at line 49 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.body |
The email body.
Definition at line 45 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.email |
The user's email username.
Definition at line 35 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.password |
The user's email password.
Definition at line 37 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.port |
The email server imap port.
Leave empty to use default value.
Definition at line 41 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.recipients |
Email addresses of the recipients.
Definition at line 43 of file EmailSend.py.
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.server |
RappCloud.CloudMsgs.EmailSend.EmailSend.Request.subject |
The email subject.
Definition at line 47 of file EmailSend.py.