mailrise
mailrise copied to clipboard
An SMTP gateway for Apprise notifications.
I've got Mailrise setup and working fine for all recipients except one that has periods in its username (see 2nd recipient in example below).. ``` configs: [email protected]: urls: - mailto://:@somedomain.com...
Send two identical emails at the same time ,Is it a bug or did I not configure it properly ?  `` `
I am looking into setting up the smtp email server on Nextcloud to be able to send password reset emails via email. However, whenever I get the message `ERROR:mailrise.skeleton:Recipient is...
**Problem:** #135 **Solution:** While familiarizing with the python email library, I noticed that [`get_body()`](https://docs.python.org/3/library/email.message.html#email.message.EmailMessage.get_body) accepts a parameter for which MIME type you want to receive. I found that adding this...
Many apprise notifier services do not accept HTML, so it is desirable to select the `text/plain` body instead of `text/html`. The current implementation of multipart parsing does not work for...
Hi, Running this from a fresh pip install throws out the error on python 3.9.2: TypeError: unsupported operand type(s) for |: '_LiteralGenericAlias' and 'NoneType' Using typing.Union instead of | seems...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Currently, the Mailrise Docker image cannot use cmd:// URLs for executing local scripts, which prevents sending SMS through custom scripts. I have a local sms gateway that I want to...
I'm using mailrise in a docker container as well as bark for iOS & gotify for android in docker containers to pass mails into notifs Gotify works flawlessly, while for...
allow defining the user and group ID as well as timezone at build time