Closed aptalca closed 7 months ago
Since my original post, I went ahead and renewed the domain registration that was to expire within 60 days. Upon a restart the app did a new whois check and recognized the updated expiration date. However, there was no alert generated. No mention of an alert in the logs either.
Hello.
Looking through the code, it looks like I set up the mailer and an alert function, but the send alert function is never called. I've gone back and looked to when it was added and never got actually connected. The readme and settings imply that email alerts will get sent, and that's because it was a planned feature before I took a break from this project.
I will make best effort to apply some updates to this project, especially adding in a send test alert
to test the mailer and the logic to dictate the alerts.
The changes to the code to connect the alerts up properly require:
Connecting the scheduler to send mail is coming in an update later today, planned as v1.1.0.
Describe the bug
Based on the wording in the readme, specifically the part
and to help remind you when they need renewed
in the first sentence led me to believe there would me email reminders when we got closer to the registration expiration. We are now within 60 days of expiration for one of my domains, and I have not received an email. I was wondering if there are really reminder emails and if so what the schedule for those would be.I also noticed that the whois query time is listed as
2022-04-05
for that domain. However, the readme suggests the whois reference would be updated if one of the listed conditions are met, and one of those conditions isIt's 3 months until the domain expiry date
. That does not seem to have happened here as we are 60 days from expiration, but the last query date is many months ago.To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context I set the container up some months ago and it seems to be working and I see the info in the webgui for a number of domains. However, there was no
test email
function so I was not able to confirm whether email alerts were set up properly or working.Thanks