Open Closed

Email verification is not working #2790


User avatar
0
safi created

Hi

I am using the Abp4.4.3 version of ABP and if I am trying to do email or phone number verification then it's saying email sent successfully but not getting any mail. Can you please provide me the solution for this?

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

4 Answer(s)
  • User Avatar
    0
    safi created

    Please reply it's urgent

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    Have you setup Email Settings for your application?

    See https://docs.abp.io/en/abp/latest/Emailing#email-settings

  • User Avatar
    0
    safi created

    Hi,

    Have you setup Email Settings for your application?

    See https://docs.abp.io/en/abp/latest/Emailing#email-settings

    yes I tried with default abp email settings and tried my settings as well.

    System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: Authentication required

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    So it means you configure a secure connection (SMTPS instead of SMTP). The port might be different for secure connection sometimes. Check the port again and make sure it's for secure connection

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11