Back to API references

SOAP API method Account_sendEmail

Description

The message is sent in the layout of the POM environment, with the application header put above the message. The message that is sent will be added to the total number of messages sent.

Parameters

Name Type Description
address * string The destination e-mail address
subject * string The subject of the email
html * string HTML source code of the message to send, this HTML code is injected in other HTML, so leave html and body tags out
text string (Optional) textonly version of the e-mail
attachments Collection of type 'attachments' (Optional) Attachments
images Collection of type 'images' (Optional) Images
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* required parameters

Return values

Name Type Description
value boolean

Structure 'attachments'

Name Type Description
string

Structure 'images'

Name Type Description
string

Structure 'login'

Name Type Description
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt