Hi Alex, thank you for the answer.
Basically, I'm not able to register the FluentEmail service as in a normal .Net application, using the Microsoft.DependencyInjection.IServicecollection, using their extension method. In the official documentation (https://github.com/lukencode/FluentEmail):
FluentEmail configuration
How can I correctly configure and use the FluentEmail library in Umbraco 8?
Hi Michele
Please, add this library to your solution and add the needed code to the sending code, nothing really complicated, what is the issue in your case?
Thanks, Alex
Hi Alex, thank you for the answer. Basically, I'm not able to register the FluentEmail service as in a normal .Net application, using the
Microsoft.DependencyInjection.IServicecollection
, using their extension method. In the official documentation (https://github.com/lukencode/FluentEmail):Umbraco has its own dependency injection classes and methods, and I just don't understand how to register the FluentEmail services.
is working on a reply...