Difference between revisions of "Activity:SendEmail (Activity)"
(→Example) |
|||
(One intermediate revision by the same user not shown) | |||
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=== | ||
Line 72: | Line 74: | ||
|- align="left" | |- align="left" | ||
| Body|| With kind regards from your Workflow! | | Body|| With kind regards from your Workflow! | ||
+ | |- align="left" | ||
+ | | -or-|| | ||
+ | |- align="left" | ||
+ | | BodyTemplateFilePath|| C:\\MyTemplates\\TemplateBody.txt | ||
|- align="left" | |- align="left" | ||
| Cc|| <source lang = "vbnet">"TESTCC <testcc@augmensys.com>; whobert@augmensys.com"</source> | | Cc|| <source lang = "vbnet">"TESTCC <testcc@augmensys.com>; whobert@augmensys.com"</source> | ||
Line 101: | Line 107: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | + | [[Category:Activities|SendEmail (Activity)]] |
Latest revision as of 13:40, 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.