Introduction
...
Field | Description |
---|---|
Profile | The profile name. |
From | The email address used in the from field of a sent mail. |
Host | Host name or IP address of the SMTP server. |
Port | SMTP service port number. |
UseAuthentication | Login flag. |
Username | Login for the SMTP server (typically email or user name). |
Password | Login password. |
UseSsl | Set to true if the SMTP connection shall use TLS. |
DefaultRecipient | Recipient e mail address if recipient parameter is not used in XLogic command- |
...
In the Core Studio, select the Tools / Run XCommand... menu entry. Select the MESSENGER.SENDEMAIL Command. Provide the messenger mail profile name, the recipient's email address, the subject, a body and an optional attachment.
Click Execute to send the email. You should receive an email from the configured profile's email to the destination email.
...