Hi, the error messsage is straight forward.
5.7.1 Client does not have permission to send as this sender.
you need to check if the smtp account being used has the permission.
Hi, do you mean making ANZ default login screen to handle both ANZ login and Azure AD login?
A seperate login screen for Azure AD sounds suitable, are you not able to do so?
also, can you shaee your ANZ version and framework?
if you are using angular, can take a look at this thread.
https://support.aspnetzero.com/QA/Questions/4787
Otherwise, you can implement your own CustomAuditingStore
(save audit log into file instead kf repository) to replace the default AuditingStore
To get the latest features on ANZ, yes, you will need to move to v7.X
yes, v6.X will not get metronic 6 and other features.
only important bug fixes will be patched on v6.X
Hi,
We decided to support Metronic 5 version for AspNet Zero's 6.x versions. So, 6.10 will contain some bug fixes for Metronic 5 version of AspNet Zero. We will not add new features but only important bug fixes to that releases.
https://github.com/aspnetzero/aspnet-zero-core/issues/2424#issuecomment-499221260
Hi, if you want to debug the API that external website is posting to your system. You should debug in **.Web.Host
project
@mightyit having the comple error stacktrace helps us to understand the problem better. e.g the job execution lifecycle.
without it, it is hard to debug the problem.
@dnard82
you should consider try catching the exception in the method that returns ViewResult
. That is a more appropriate way to handle it.