-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alert Notification by Email #41
Comments
Hi Victor, Lets try the following:
Thanks! |
The error is returned from the SMTP server. Which port are you using under Smtp configuration? I think it should be one of 587 or 25. Also, I made a small change in the SMTP code functionality. Please go to KissLog.Frontend and make a backup of Replace the two files with the ones from the zip attachment, restart the IIS application, and try to send an email again. If this doesn't work, I will have a look over this issue tomorrow and try to find a fix. PS: you can trigger a test email by accessing /Admin/Emails page. |
Thanks for the email tip. I was using the 587 port, but even after changed to 25 the same error occurred. After replacing both smtp files the error message changed to: (With both ports)
|
Hi Victor, Thanks for all the details. I think I know what the problem is. The email "from" value is currently set to "support@kisslog.net", and Outlook does not allow using different "from" address other than the username. More details can be found here: https://stackoverflow.com/questions/54784431/unable-to-send-smtp-mails-using-office365-settings I will fix this by adding a new "From" property under KissLog.json \ Smtp configuration. I will update you once this is fixed. Sorry for the trouble! |
No problem ☺ I'll wait for the release. Thanks for the support and all the attention. |
Hi Victor, I released a new version of KissLog on-premises package: KissLog_Package_2.1.0.zip You will only have to update the KissLog.Frontend application:
Test the email functionality by accessing /Admin/Emails page. If this doesn't fix the problem, we will continue with the troubleshooting process :) Thanks! |
Hi Victor, |
Hi!
I'm not receiving the alert email notifications. I dont know if i'm missing something.
I configured the "Smtp" section in KissLog.config from Kisslog.Frontend with the correct infos and created a new alert with the "Email messages" turned on.
I know the alerts are being triggered, because i can see they in the "alerts" section of the application.
It can be a SSL configuration? Because i didn't find anything about how to configure it in documentation.
I'm using the free on-premise KissLog with AspNetCore SDK for a .Net 5.0 WebApi
The text was updated successfully, but these errors were encountered: