Wiki

Scale Your Enterprise

User Tools

Site Tools


bw:email_tool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bw:email_tool [2020/12/15 14:00]
akoehler
bw:email_tool [2022/08/02 17:06] (current)
akoehler
Line 11: Line 11:
 The following documents contain additional information that may be helpful with the development of Bizweaver workflows. The following documents contain additional information that may be helpful with the development of Bizweaver workflows.
  
-  * **[[bw:application_introduction|Application Introduction]]**+  * **[[bw:bizweaver_application_overview|Application Introduction]]**
   * **[[bw:global_connections|Global Connections]]**   * **[[bw:global_connections|Global Connections]]**
   * **[[bw:using_variables|Using Variables]]**   * **[[bw:using_variables|Using Variables]]**
Line 17: Line 17:
 ====== Before You Begin ====== ====== Before You Begin ======
  
-At least one SMTP Global configuration must be defined to use the email function. See the **//[[bw:global_connections|Global Connections Guide]]//** for information on configuring this type of connection.+At least one SMTP Global configuration must be defined to use the email function. See the **//[[bw:global_connections#SMTP Connections|Global Connections Guide]]//** for information on configuring this type of connection.
  
 ====== Email Formats ====== ====== Email Formats ======
Line 247: Line 247:
 There are two modes for the editor. The most common is the “View Editor.” This mode displays how the Email will appear. The second mode is “View HTML Source.” This mode displays the HTML code, which can be edited as needed. There are two modes for the editor. The most common is the “View Editor.” This mode displays how the Email will appear. The second mode is “View HTML Source.” This mode displays the HTML code, which can be edited as needed.
  
-{{  :bw:emailimage14.png?576x22  4}}+{{  :bw:emailimage14.png?576x224  }}
  
 Standard Windows text editing functions are available in the icon bar at the top of the window. When these functions are used in the “View Editor” they are converted to the corresponding HTML tags. Standard Windows text editing functions are available in the icon bar at the top of the window. When these functions are used in the “View Editor” they are converted to the corresponding HTML tags.
Line 254: Line 254:
  
 Click the [**Save and Close**] icon to save the HTML in the Email. The standard [**Save**] icon will try to create a file on disk. Click the [**Save and Close**] icon to save the HTML in the Email. The standard [**Save**] icon will try to create a file on disk.
 +
 +
 +====Email Variables====
 +
 +^Name ^Description^
 +|Attachments|This indicates if there are any attachments as text to the email|
 +|AttachObject|True or False if any attachments are found|
 +|BCC|This indicates any email addresses on the BCC line|
 +|CC|This indicates any email addresses on the CC line|
 +|Connection|This indicates the SMTP connection used for the email|
 +|EnableSSL|This indicates if SSL was selected on the SMTP connection|
 +|From|This indicates the email address that is being used to send the email|
 +|LinkedObject|This indicates if there is a linked object used on the email tool|
 +|Message|The body of the email|
 +|Password|The password of the SMTP connection being used|
 +|Port|This indicates the port being used in the SMTP connection|
 +|PortNumber|This indicates the port being used in the SMTP connection|
 +|SkipEmailWhenEmptyContent| |
 +|SkipEmailWhenEmptyRecord|True or False if the skip email tool for empty records and variables is selected|
 +|SMTPCredentials|True or False if you are using SMTP credentials in the SMTP connection|
 +|SMTPHost|This indicates the SMTP host that is being used in the SMTP connection|
 +|SMTPServer|This indicates the SMTP server that is being used in the SMTP connection if any|
 +|Subject|This indicates the subject of the email|
 +|To This|Indicates any email addresses on the To line|
 +|UserName|This indicates the username used in the SMTP connection|
 +|UseZipFileAttachment|True or False if the zip file attachments are used in the attachments section|
 +|ZipAllAttachments|This indicates whether we selected “Zip All Attachments”. In case there are multiple attachments, we do have an option to zip all and send a single attachment.|
 +|StepMessage|During a failure the reason for failure will be populated here|
 +|StepStatus|True or False|
bw/email_tool.1608058826.txt.gz · Last modified: 2020/12/15 14:00 by akoehler