Description
Sends an email using a Microsoft account.
Parameters
Mail to
-
Set a value: enables you to directly write the email to receive a message.
-
Save the previous step result: chooses the previous activity result as an email.
-
Calculate a value: enables you to use available properties and methods to form an email.
Mail CC
-
Set a value: enables you to directly write the email which will be added as a copy email address to the message.
-
Save the previous step result: chooses the previous activity result as an email.
-
Calculate a value: enables you to use available properties and methods to form an email.
Mail BCC
-
Set a value: enables you to type the email to be added as a Blind Carbon Copy to the message.
-
Save the previous step result: chooses the previous activity result as an email.
-
Calculate a value: enables you to use available properties and methods to form an email.
;
or ,
.Subject
-
Set a value: enables you to directly provide an email subject text.
-
Save the previous step result: chooses the previous activity result as a subject.
-
Calculate a value: enables you to use available properties and methods to form a subject.
Mail body
-
Set a value: enables you to directly write an email message text.
-
Save the previous step result: chooses the previous activity result as a text to write.
-
Calculate a value: enables you to use available properties and methods to form an email message text.
Attachment
-
Set a value: enables you to directly write a path to the file that is to be attached. Clicking the 'Pick' button allows you to manually choose the path.
-
Save the previous step result: chooses the previous activity result as a path.
-
Calculate a value: enables you to use available properties and methods to form a path.
To specify several files to be attached, use the following format of the path (in “Calculate a value” option):
["C:\\Users\\ElectroNeek\\Desktop\\attachment\\request.neek","C:\\Users\\ElectroNeek\\Desktop\\attachment\\main.neek"]
Comment
Sending emails to multiple recipients
This activity allows you to send emails to several recipients at a time. To specify two or more email addresses as recipients, use “;” or “,” as a separator.
For example:
Usage Examples
This activity can be used every time when you need to send an email. For example, you can configure your workflow in a way that it will send an email message with the process results to responsible people before finishing.