🪲: SMTP Relay not working in 0.13 #2265
Replies: 2 comments
-
|
Most likely a duplicate of #2211 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The configuration format changed, always read the changelog before upgrading: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I believe since version 0.13 the relay host settings are not applied anymore. I'm 90% sure that it worked in 0.12 but after the last update to 0.13 it seems like that the setting for relay host are not applied anymore. I've followed the tutorial here: https://gist.github.com/chripede/99b7eaa1101ee05cc64a59b46e4d299f#smtp-relay to set up an smtp relay. However, when I use the troubleshooting page it tries to send the email directly without respecting the relay setting.
I've also tried using the
config.tomlto set the rules manually (and not via the UI), but it seems like the rules are not applied at all (even though I've added thequeue.strategy.routeto the local settingsHere is the log from the troubleshooting page: Img
Configuration:
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Version
v0.13.x
What database are you using?
RocksDB
What blob storage are you using?
RocksDB
Where is your directory located?
Internal
What operating system are you using?
Docker
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions