mailrise
mailrise copied to clipboard
An SMTP gateway for Apprise notifications.
thanks for looking at this. [email protected] works via powershell test: Send-MailMessage -from simon@local -to "[email protected]" -subject "test" -body "test" -smtpserver 10.150.30.240 -port 8025  [2024-06-25 12:11:27] WARNING:apprise:Failed to send Telegram...
Hello, I moved my docker services from an intel server to a Raspberry Pi, and when starting this service I get an error: ``` # docker compose up -d [+]...
I have tried running all the docker tags and they are all giving me the same behavior when I view the logs all I get is the word "hello" over...
I am getting errors whenever I try to send to any of my configured emails stating `Recipient is not configured` even though I can clearly see the recipient is configured...
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...
Currently there is no control over attachments, all attachments are forwarded fully. It would great if there are options like ``` mailrise: title_template: "Urgent: ${body}" allow_attachments: ["pdf"] # or ["*.pdf"]...
now that #126 is solved I've tried to use mailrise as smtp for my crontab but it seems that large messages are not send even if overflow is set in...
I’m experiencing a silent failure with Mailrise. The container starts but: - Produces no logs (even with `LOG_LEVEL=debug`) - Refuses SMTP connections both locally and from other machines - Appears...
Would you consider adding support for routing by sender rather than recipient? Your app is great but it works the opposite way to what would be ideal for my use...
I have an application that will only use the Apprise API (Audiobookshelf). Since apprise is already installed for Mailrise (working great!), can I point my app somehow to the Apprise...