Replies: 1 comment
-
Fair questions. Two points to make here: When I was creating Mailrise, I envisioned the configuration format as a simple 1:1 mapping from email address to Apprise configuration YAML, since that seemed sufficient for the homelab purposes I had in mind. But clearly, it’s not sufficient to cover all of the use cases people are coming up with, especially organizational use. I think the current format has been overloaded enough and the goal should be to implement a new format flexible enough for everyone, perhaps something like what Junction did. You do already have the custom router API if you are handy with Python and need a fully customized solution. Mailrise already reads the email mimetype and forwards it to Apprise, so you should almost never have to use |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm interested in having the mailrise app as a middleware for all applications and manage there all the accesses to other notification systems, but I'm encountering some issues. I have multiple questions about the app:
Additionally, you could add in the documentation for debugging purposes to use the following docker-compose command:
entrypoint: ["mailrise","-vv","/etc/mailrise.conf"]
Thanks for your answers!
Beta Was this translation helpful? Give feedback.
All reactions