YoRyan / mailrise

An SMTP gateway for Apprise notifications.
https://mailrise.xyz
MIT License
835 stars 35 forks source link

Pass the variable ${to} (mail destination) to apprise notification #129

Open ru0808 opened 1 month ago

ru0808 commented 1 month ago

I try to pass the variable ${to} (mail destination) to the apprise notification, but it does not replace it with its value.

Is it possible to do this configuration?

If I use a mail that exists instead of the variable it works correctly.

This is my configuration:

‘*@domain1.net": urls:

This is the log:

WARNING:apprise:Dropped invalid To email (${to}) specified. WARNING:apprise:There are no Email recipients to notify

I think this problem is similar to #116