ChuckMac / ADRFinder

Self-Hosted, Open Source, Advanced Dining Reservation Notifications for Disney World
Apache License 2.0
37 stars 11 forks source link

Notification URLs #12

Closed jjclark529 closed 1 year ago

jjclark529 commented 1 year ago

None of the twilio and email URLs from Apprise are working. Either the test notification is queued, but doesn't deliver or I receive an error message that the URL isn't valid. I've checked the Notification debug log and it hasn't updated since the first test. Am I missing something?

ChuckMac commented 1 year ago

We are currently pinned to an older release of Apprise (0.9.6) which did not yet have support for the "mailto" tag. I'll do some testing and see if we can sync up with the latest release.

jjclark529 commented 1 year ago

Ok. Thanks. I tried many of the notification options and its not just the mailto that isn't working. That is the option I want to use most, however. The Twilio SMS option isn't working, Office365, Google Chat, Telegram, SendGrid, and Opsgenie too.

jjclark529 commented 1 year ago

Any updates @ChuckMac? Thanks

ChuckMac commented 1 year ago

@jjclark529 I pushed a release with the updated AppRise dependency to see if that helps you. I don't have a Twilio account, but I tested SMTP, Telegram, and SES and those are all working for me.

jjclark529 commented 1 year ago

Yep! All working fine now. Thank you! @ChuckMac