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)
-
0
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)