Task status email notifications
-
- Posts: 46
- Joined: Tue Mar 28, 2017 3:05 pm
Re: Task status email notifications
Here you go. Thanks, Oleg.
- Attachments
-
RoboTask.zip
- (5.58 KiB) Downloaded 1226 times
Re: Task status email notifications
This is the system log of RoboTask. I need the full log of your task.
Each task has its own log file
Each task has its own log file
Oleg Yershov
-
- Posts: 46
- Joined: Tue Mar 28, 2017 3:05 pm
Re: Task status email notifications
Oleg, I have looked through all of the logs in the log folder and I don't see any logs other than the basic job status logs. Am I looking in the right place? Please point me where to get the log for you.
Re: Task status email notifications
How to find log folder (see screenshot below)

of course you have to enable log file for this task:


of course you have to enable log file for this task:

Oleg Yershov
-
- Posts: 46
- Joined: Tue Mar 28, 2017 3:05 pm
Re: Task status email notifications
Yes, that is the folder I was looking at. Nothing in the logs that went into detail about the error.
I have already fixed the issue from the other day. I will try to reproduce it later and then send you all of the logs in the folder once I do.
I have already fixed the issue from the other day. I will try to reproduce it later and then send you all of the logs in the folder once I do.
-
- Posts: 1
- Joined: Mon May 15, 2017 9:23 pm
Re: Task status email notifications
When I enter multiple email addresses into the Robotask Command 'Email Success Notification' the task errors out and states the below:
Error occurred: Unable to relay <CR><LF>
I only successfully receive my notification emails if 1 address is listed - regardless if it's in the TO, CC, or BCC line...Only 1 address works. How do I use multiple email addresses?
Thank you!
Jayme
Error occurred: Unable to relay <CR><LF>
I only successfully receive my notification emails if 1 address is listed - regardless if it's in the TO, CC, or BCC line...Only 1 address works. How do I use multiple email addresses?
Thank you!
Jayme
Re: Task status email notifications
You can specify many addresses in fields TO, CC, or BCC
Just enumerate these addresses separated with commas (,) or semicolons (;)
For example:
user1@domain1.com;user2@domain2.com; user3@domain3.com; user4@domain4.com
You can specify addressees with real names:
"John Smith"<user1@domain1.com>;"Piter Penn"<user2@domain2.com>;"Melissa Smart"<user3@domain3.com>;"Accounting"<user4@domain4.com>;
Just enumerate these addresses separated with commas (,) or semicolons (;)
For example:
user1@domain1.com;user2@domain2.com; user3@domain3.com; user4@domain4.com
You can specify addressees with real names:
"John Smith"<user1@domain1.com>;"Piter Penn"<user2@domain2.com>;"Melissa Smart"<user3@domain3.com>;"Accounting"<user4@domain4.com>;
Oleg Yershov