-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi.
First of all, congratulations on the v2.0.0 release.
We were particularly looking forward to the @mentions.
After successfully upgrading, I hade some issue with mailing updates and mentions.
We run planka together with some other tooling on our private cloud and have an exchange connector (direct mail sending via port 25) to allow mails being sent from internal services.
I've done the following things:
- Whitelisted the outlook mail host.
- Removed SMTP vars from container file (podman)
- Added the SMTP settings via the GUI.
This allowed me to send a test message. (this works)
Then I went to a card and did a @mention and then it doesn't send, I see this error:
2026-02-16 19:00:39 [E] Error sending email: Error: Can't send mail - all recipients were rejected: 550 5.4.1 Recipient address rejected: Access denied. For more information see https://aka.ms/EXOSmtpErrors
Subsequently I also added azure:// to apprise but that also doesn't seem to work, also not using the test button, I get error: 2026-02-16 19:08:10 [E] Error sending notifications:
[azure] There are no Email recipients to notify
Can somebody help out here to get me on the right track of what is going wrong or what am I missing here?