Sending E-Mails with Workflows

On the On Error tab of any AWE action, you can specify that an email be sent when the step encounters an error. AWE does not access the SMTP information defined in EFT. Instead, you must add the registry entry below to define the default mail server for AWE.

For EFT v6.3 and later on a 32-bit computer:

[HKEY_LOCAL_MACHINE\SOFTWARE\Network Automation\Automate 8\TaskService]

"SMTPServer"="mail.mydomain.com"

"SMTPPort"=dword:00000019

"SMTPUser"=""

"SMTPPassword"=""

For EFT v6.3 and later on a 64-bit computer:

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Network Automation\Automate 8\TaskService]

"SMTPServer"="mail.mydomain.com"

"SMTPPort"=dword:00000019

"SMTPUser"=""

"SMTPPassword"=""

(For the registry value for earlier versions of EFT, refer to Knowledgebase article #10594, Could not send “On Error” email for AWE action default mail server not defined.)