SendEmail wizard

The SendEmail wizard can be used to generate easily the SendEmail different parameters.

The SendEmail wizard is invoked through the Language window (press F4 if the Language window is not displayed in the right pane of the Editor window) by double clicking the SendEmail statement.

 

In the field "From", specify the email address of the email sender.

In the field "To", specify the email address of the recipient.

In the field "CC", specify the email address of other recipient.

In the field "Subject", specify the email subject.

In the field "Type your short body text message", type a short text, 80 characters maximum, which is the body part of the mail. If you want to send a longer message, you need to use an external body text file (a text file on your PC where you typed your longer message).

In the field "Browse for your body text file", specify the filename for the file where your long text message is stored. Click Browse button for picking up such a file on your disk.

In the field "Attach file(s)", click Browse button to select the file(s) that you want to attach to the mail. If you attach several files, the filenames are separated by the ; character.

You can too specify in that field a metafile : it's a file in which each record includes a filename. At replay, SendEmail will read this metafile and attach each file listed in that metafile to the mail. Check the checkbox Use metafile to speficy that the filename in "Attach file(s)" field is a metafile.

Click Paste into the script to generate automatically the SendEmail statement inside the script.