Closed anarion80 closed 2 months ago
smtp is currently not supported as a webhook DSN as it is handled separatly, you will get an email to the address specified in your user account for the select events in the watchlist.
pushover, however, can absolutly be added.
Email notifications are always enabled by default. Webhook notifications are optional.
I will add support for pushover
.
@anarion80 I just added the dependencies needed to link with pushover
. I let you tell me if it works now.
This is what the DSN looks like according to the Symfony documentation:
pushover://USER_KEY:APP_TOKEN@default
For you to test, I deployed the v0.2.6 version which is already available on the Docker Hub ;)
It seems I rushed, Symfony separates Chat from Push notifications... I'll post here when I've made a working implementation.
I just corrected my mistake :)
Thanks! I was able to add pushover successfully and receive a test notification.
So far I tried two:
smtp
andpushover
and in both cases there was an error:The DSN scheme (smtp) is not supported
The DSN scheme (pushover) is not supported