SendMail
Description:
-
Sends an email by dispatching the request to an SMTP server.
Input Properties
from
Description:
-
Full email addresses to which the recipient can reply (such as theirname@theirserver.com).
Required:
-
Yes
to
Description:
-
This is a duplicate of address (slightly more intuitive).
Required:
-
No
cc
Description:
-
List of addresses to cc.
Required:
-
No
bcc
Description:
-
List of addresses to bcc.
Required:
-
No
replyto
Description:
-
Semi-colon separated list of Reply-to Email Addresses.
Required:
-
No
address
Description:
-
Full email address(es) of the destination (such as myname@myserver.com).
This property is now deprecated. Use the "to" property instead.
Required:
-
No
subject
Description:
-
Subject line of the email.
Required:
-
Yes
message
Description:
-
Body of the email.
Required:
-
Yes
filename
Description:
-
File to be attached to the email. You can send one or more attachments with the email. For each attachment, enter the filename of the attachment prefaced by the full path to the file. Separate each path\filename with a semicolon.
Required:
-
No
logicalfilename
Description:
-
Logical name of the file to attach. This is in case the physical file is a temp file. Separate each logical filename with a semicolon. If a logical name is not supplied or is otherwise missing, the name of the physical file is used.
Required:
-
No
mailformat
Description:
-
Mail format. Can be "default" (text) or "html".
Required:
-
No
messageheader
Description:
-
Body of the email. The headers to set should be sent as
=;=;....
This header is dependant on the mail client in use. Different mail client supports different headers.
Required:
-
Yes
Additional Information
Additional information concerning this Action:
-
This Action does not recognize Contact Names used by Microsoft Outlook.
To use this Action, you must be able to connect to an SMTP server. Sapphire sends the request to send mail after the Application Server processes the Action. The SMTP server must be defined in Sapphire.
Copyright © 1999-2016 LABVANTAGE Solutions, Inc.