Difference between revisions of "Activity:SendEmail (Activity)"
(→Arguments) |
|||
Line 24: | Line 24: | ||
| Body|| {{String_MSDN}}|| In || The body text of the Email | | Body|| {{String_MSDN}}|| In || The body text of the Email | ||
|- align="left" | |- align="left" | ||
− | | BodyTemplateFilePath|| {{String_MSDN}}|| In || Path to the template to be used | + | | BodyTemplateFilePath|| {{String_MSDN}}|| In || Path to the template to be used; backslashes must be escaped |
|- align="left" | |- align="left" | ||
| Cc|| {{String_MSDN}}|| In || A ';' separated list of copy recipients | | Cc|| {{String_MSDN}}|| In || A ';' separated list of copy recipients | ||
Line 42: | Line 42: | ||
| Subject|| {{String_MSDN}}|| In || The subject of the Email | | Subject|| {{String_MSDN}}|| In || The subject of the Email | ||
|- align="left" | |- align="left" | ||
− | | TestDropPath|| {{String_MSDN}}|| In || A path to write the Email to as a file, instead of sending it | + | | TestDropPath|| {{String_MSDN}}|| In || A path to write the Email to as a file, instead of sending it; backslashes must be escaped |
|- align="left" | |- align="left" | ||
| TestMailTo|| {{String_MSDN}}|| In || A test recipient to send the Email to; will overrule the ''To'' argument if set | | TestMailTo|| {{String_MSDN}}|| In || A test recipient to send the Email to; will overrule the ''To'' argument if set | ||
Line 54: | Line 54: | ||
| Password|| {{String_MSDN}}|| In || The user name used for authentication on the SMTP server | | Password|| {{String_MSDN}}|| In || The user name used for authentication on the SMTP server | ||
|} | |} | ||
+ | |||
+ | [[Category:Activities|SendEmail (Activity)]] | ||
===Usage=== | ===Usage=== |
Revision as of 13:38, 15 February 2018
The SendEmail Activity sends an Email via SMTP, using a server it connects to. It also supports attachments, HTML bodies and Email templates.