SendMailSMTP
The SendMailSMTP
function sends the
mail with the SMTP protocol.
Syntax
Important:
This feature is deprecated, its use is discouraged although not prohibited.
CALL ui.Interface.frontCall("WinMail","SendMailSMTP",
[ id ], [result] )
- id is the message identifier.
- result is TRUE in case of success; use
GetError
to get the description of the error when needed.
Usage
This function sends the mail by using the SMTP protocol. Default mailer software is called to create the mail. The user must press the "send" button to send the mail.