SendMailSMTP

The SendMailSMTP function sends the mail with the SMTP protocol.

Syntax

Important: This feature is deprecated, and may be removed in a future version.
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.