Please enable JavaScript to view this site.
From version 6.2.59 - This program allows you to send a basic email, without any attachments, to a single specified recipient directly to your SMTP Mail Server. This program uses the SNDPPDEML3 command and the SMTP Server Name, Port, Encryption Type, Authentication UserId and Authentication Password are automatically retrieved from the Email System Parameters.
Parameter |
In |
Len |
PARM1 |
Sender Email address |
132 |
PARM2 |
Recipient Email address |
132 |
PARM3 |
Subject for the Email |
132 |
PARM4 |
Message text 1 - see below for details |
132 |
PARM5 |
Message text 2 - see below for details |
132 |
PARM6 |
Message text 3 - see below for details |
132 |
The Message Text entries (PARM4 - PARM6) will be concatenated with a single space between each entry.
If you wish to include more than 396 bytes of data in your Message Text or to include carriage returns, then you may specify an html or txt file to use as the message text. You do this by specifying a %FILE parameter in the Message Text 1 (PARM4) e.g.
%FILE"/test/message.html"
where /test/message.html is the path to the document you wish to use.
Note: When using %FILE in PARM4, PARM5 & PARM6 must be blank, and the file must always be encoded as UTF-8.