How to Send E-mail Messages
To be able to send e-mail messages, the SMTP-account settings must be specified.
This includes:
A valid SMTP-server URL
A valid username
A valid password
To send an e-mail message, perform the following steps:
Create a new e-mail instance using the Create command (03h).
Specify the sender, recipient, topic and message body in the e-mail instance.
Issue the Send Instance Email command (10h) towards the e-mail instance.
Optionally, delete the e-mail instance using the Delete command (04h).
Sending a message based on a file in the file system is achieved using the Send Email from File command. This command is described in the SMTP Client Object (04h).