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)
-
0
Take a look at your application's log file. There may be information inside.
-
0
I have a similar issue just like gowthamv. what is the solution for this. I do not find any error in the audit logs.
-
0
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.