Base solution for your next web application
Open Closed

Email(SMTP) cannot send Test email #5394


User avatar
0
gowthamv created

Send Test Email giving me success message but no email received from the application. With same SMTP settings, I am able to send email from PowerShell using Send-MailMessage cmdlet, I even checked my spam/junk box. There is no error log to share under Audit logs.

I may be missing something here, please guide me.


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Take a look at your application's log file. There may be information inside.

  • User Avatar
    0
    kumaran created

    I have a similar issue just like gowthamv. what is the solution for this. I do not find any error in the audit logs.

  • User Avatar
    0
    mdframe created

    We recently found if logging is set to DEBUG a condition statement in the framework blanks out the sender causing an error so check the Web.Host logs for this message.