Base solution for your next web application
Open Closed

cannot send emails through anonymous local smtp #10010


User avatar
0
daws created
  • What is your product version? ABP 8.8.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core
  • What is ABP Framework version? abp 5.8

Hello !

The issue is that i try to send emails from abp framework through an anonymous SMTP server and it does not work via ABP. When I send it from SMTP Prober or directly from one c# smtp client, it works fine.

But from abp, I have set these parameters but it does not seems to work.

do you have any idea if I made some erros in the abpsettings ?

thanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Could you try setting "Use default credentials" to true ?

    Thanks,

  • User Avatar
    0
    daws created

    that was the solution ;)

    thanks !