This online help file is for the Advanced Workflow Engine v8. For other versions, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
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 Server. Instead, you must add the registry entry below to define the default mail server for AWE.
For EFT Server 6.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 Server 6.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 Server, refer to Knowledgebase article #10594, Could not send “On Error” email for AWE action default mail server not defined.)