Dear All,
I have a schedule that I set Daily,
in the list above I will send an email via their respective hosts.
My question: What if one of the hosts can't connect, for example
And how to repeat so that I can continue to the host point number 3
Noted : Im using the forge SMTP Clieent
https://www.outsystems.com/forge/component-overview/1226/smtpclient
Hi,
By default, a timer will retry 3 times if an exception occurs, this amount of is configurable in service center.
But I would advice you to read the following article:
https://itnext.io/how-to-write-safe-timers-with-outsystems-b76ad95ca927
Regards,
Daniel
Hi @Hothorasman Panjaitan,
addition of above,
the timer will terminate at the timeout set in the platform. you need to wake the timer before terminates to continue the current process.
else you can use BPT(process) to send mail.. create a separate process to send mail via particular hosts
Dear Aadhavan Shanmugam,
Thank you for the advice and support,,