Notifications
You can receive notifications about failed (and optionally successful) renewals via email by configuring the required SMTP server details in settings.json
. You can test these notifications from the menu (More options...
> Test notification
).
It is possible to implement additional forms of notification (i.e. Slack, Discord, Teams, Jira, ...) using C# by implementing the INotificationTarget interface. Contributions in this area are most welcome!
Settings
Notifications.SmtpServer |
Missing data in settings.yml Type: Default: undefined |
|
---|---|---|
Notifications.SmtpPort |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SmtpUser |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SmtpPassword |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SmtpSecure |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SmtpSecureMode |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SmtpSenderName |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.SenderAddress |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.ReceiverAddresses |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.EmailOnSuccess |
Missing data in settings.yml Type: Default: undefined |
|
Notifications.ComputerName |
Missing data in settings.yml Type: Default: undefined |
Looking for win-acme?
simple-acme is a backwards compatible, drop-in replacement built by the same person. Project history.