You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, upon sending mails, everything outputted by the client will be sent too, as it has been received as events and stored on the database as message body / subject. I've no experience on GO/gomatrix, but I think you should check evt.Sender to discard messages sent by the bot itself.
Apparently, upon sending mails, everything outputted by the client will be sent too, as it has been received as events and stored on the database as message body / subject. I've no experience on GO/gomatrix, but I think you should check
evt.Sender
to discard messages sent by the bot itself.Matrix-EmailBridge/main/Main.go
Line 279 in cafb530
The text was updated successfully, but these errors were encountered: