Unable send Email

andrea93

Member
Hi,
I have a process that sends emails between the various things.
Sometimes it happens that fails to do this, the problem is logged in the logs but the process continues execution.
I thought to verify the correct sending by checking the output of the inherent object.
If it is true the process continues execution, if it is false, an exception is generated and the process goes into "terminated".
But I have emails that regardless of the result do not have to send me the process in "terminated".
I could not include this decision where I do not care. But do you have any other ideas / approach?

Thks
 
Hi,
I have a process that sends emails between the various things.
Sometimes it happens that fails to do this, the problem is logged in the logs but the process continues execution.
I thought to verify the correct sending by checking the output of the inherent object.
If it is true the process continues execution, if it is false, an exception is generated and the process goes into "terminated".
But I have emails that regardless of the result do not have to send me the process in "terminated".
I could not include this decision where I do not care. But do you have any other ideas / approach?

Thks
I didn't get you, But I think your are saying your are try to send mail, mail send successfully when bot execute properly but when terminate the bot you didn't able to send mail ??
M I right?
if Bot is terminate by any system exception you can do that. but if you want to forcefully stop the bot then before stop you must put a condition to send mail block.
Let me know i you want same or not :)


http://www.rpatutorial.com/
 

andrea93

Member
I didn't get you, But I think your are saying your are try to send mail, mail send successfully when bot execute properly but when terminate the bot you didn't able to send mail ??
M I right?
if Bot is terminate by any system exception you can do that. but if you want to forcefully stop the bot then before stop you must put a condition to send mail block.
Let me know i you want same or not :)


http://www.rpatutorial.com/
Exactly.
I think the best solution is: insert condition when i want terminate the process, while when i don't want, the process continuo the execution
 

Perfectdevil

New Member
I didn't get you, But I think your are saying your are try to send mail, mail send successfully when bot execute properly but when terminate the bot you didn't able to send mail ??
M I right?
if Bot is terminate by any system exception you can do that. but if you want to forcefully stop the bot then before stop you must put a condition to send mail block.
Let me know i you want same or not :)


http://www.rpatutorial.com/
Well explanation..
Good job.
 
Top