-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hi,
i have mailrise and apprise-api running as stack. In Mailrise i have configured a "catchall" url to apprise:
"*@*":
urls:
- apprises://apprise.<url>/<token>?tags=<tags>so i can configure the receivers and services via tags,groups in the apprise-api.
The Problem is that i can't find any possibility to send to the catchall and redirect the message to the apprise-url with tags.
i have tried:
apprises://apprise.<url>/<token>?tags=${to}
but i can't define a tag on apprise with "@" as tag.
on sending a mail (to) without "@"
ERROR:mailrise.skeleton:Not a valid Mailrise address: ntfy-info
maybe it is possible to forward the tag(s) that are defined by the sender to the apprise-api url?
via something like already done for "type" via a fixed domain and a special config-id: "apprise"?
for example:
config: [email protected]
url-format: apprise.<tag1>.<tag2>.<tagN>@mailrise.xyz
result-url apprises://apprise.<url>/<token>?tags=<tag1>,<tag2>,<tagN>
Thank you,
Tobias