Jump to: navigation, search

Changes


Activity:SendEmail (Activity)

37 bytes added, 10:04, 10 March 2015
The SendEmail Activity sends an Email via SMTP, using a server it connects to. It also supports attachments, HTML bodies and Email templates.
 
= Description =
{{ActivityInfoBox
| title = Send Email
| version = 2.1.15+
}}
The SendEmail Activity sends an Email via SMTP, using a server it connects to. It also supports attachments, HTML bodies and Email templates.
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
|}
===Usage===
This activity is typically used to send Emails during the execution of a workflow.
{{Hint|Sending is always asynchronous, so this activity will not block the execution of the workflow}}
==Example== 
Send an EMail with the number of MetaClasses that derive (direct and indirect) from the MetaClass of a given object. Use a (fictional) Gmail account.
| Tokens||<source lang = "vbnet">new System.Collections.Generic.Dictionary(Of String, String) From {{"?NAME?", "Joe"},{"?SENDER?","Doe"}}</source>
|}
 
{{ActivityClose}}
==See also==
10,686
edits