Page 1 of 1
Email notification
Posted: Thu Jun 09, 2022 11:13 am
by kamilion
Hello, i would like to use a email notification in two situations. When job is completed correctly and when is failed based from result in status monitor. How to set it properly?
Re: Email notification
Posted: Thu Jun 09, 2022 11:23 am
by emcodem
Hey Kamilion,
welcome to the Forum and thank you for using FFAStrans!
Well, first you need to configure the SMTP settings under options -> configuration.
After that, you can just insert the send email processor in your workflow at the spots where you want to send emails.
For Error emails, you might need to insert one email, rightclick the green input connector set it to "execute on Error" and basically connect all previous processors that can go wrong to the Error email.
Re: Email notification
Posted: Fri Jun 10, 2022 4:57 am
by kamilion
rightclick the green input connector set it to "execute on Error" - that option solved a problem, thanks !