'"Faulted: Failure sending email" in Elsa Workflow Dotnet Core

I am trying to run elsa workflow in dotnet core. The flow is displayed in flow. The error is in the third step error. I tried some solutions but in vein. I am using smtp and trying to send email to my gmail account. Thanks in advance.



Solution 1:[1]

Your best bet may be to download the source code and reference the source projects directly. This way, you'll be able to attach a debugger and have it break on the exception (presuming the failure is caused by an exception rom the SMTP client).

As a side note: Elsa 1 is no longer being maintained. If you can, perhaps you might consider migrating to Elsa 2.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sipke Schoorstra