-
Notifications
You must be signed in to change notification settings - Fork 318
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
Error in notification emails #1659
Comments
It's a bit difficult without the context of your environment. If you have Sentry enabled, you should be able to receive a stack trace of the problem. I'll try to get logging added for this. I recommend you first check your configuration to ensure it is set correctly. We support ses and smtp. Here's an example configuration: LEMUR_EMAIL_SENDER = 'smtp' |
Hi. What is Sentry? Where can I see the logs? Currently I do not know where to consult, this is my big problem. Mail ServerLEMUR_EMAIL_SENDER='SMTP' MAIL_SERVER : 'relayinter.moc.sgps' |
Hi, I pushed this change which adds some logging to the messaging plugin: #1690. Please pull the latest code down and give it a shot. I'll close this for now but please re-open if it doesn't help you diagnose your issue. |
Hi.
I give this error when i am tryng to send notifications:
~$ lemur notify expirations
Plugin 'DigiCertCISIssuerPlugin' may not work correctly. Required variable 'DIGICERT_CIS_API_KEY' is not set in Lemur's conf.
Plugin 'DigiCertCISSourcePlugin' may not work correctly. Required variable 'DIGICERT_CIS_API_KEY' is not set in Lemur's conf.
Plugin 'DigiCertIssuerPlugin' may not work correctly. Required variable 'DIGICERT_API_KEY' is not set in Lemur's conf.
Starting to notify subscribers about expiring certificates!
Finished notifying subscribers about expiring certificates! Sent: 0 Failed: 2
Can you help me to understand what is mean? Where can I see the detail of failed emails?
Thanks
The text was updated successfully, but these errors were encountered: