Send email notifications on errors without SMPT server
Hello everyone,
I’m trying to figure out is there a way to send notifications via email on errors without SMTP server as I do not necessarily need to attach files or error documents? Like the notifications that are sent on tasks execution.
I have a parent pipeline with 3 child pipelines. The parent pipeline is triggered by cron task. And what I want is to be notified when one of the child pipelines fails, but the parent pipeline proceeds without stopping.
The cron task for the parent pipeline is configured to send emails on errors and something similar I want for the child pipelines. So I tried to use “Task Execute” instead of “Pipeline Execute” (and created separate tasks) to trigger the child pipelines, but when a child fails, and “Task Execute” snap is configured to discard and continue or route to error view (since I wish the parent pipeline to proceed) the task doesn’t send notification .
In general, I planned to use “Send Email” snap for error pipeline and that would satisfy our needs, but for now my colleagues are trying to figure out which SMTP server to use when we are using cloudplex. That’s why I hoped there is some workaround for now, since the problem seems to be a trivial one.
Any help is highly appreciated!
Sergey.