Setup SMTP Relay for Postal (v3.3.4) Not Working #3469
Smriti225
started this conversation in
Development discussions
Replies: 1 comment
|
I think empty values would go back to their defaults so thats why it doesn't do anything but also I think you're getting confused about what that part of the config does. You probably want this bit Lines 28 to 29 in b7e5232 The |
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.
I am using Postal (version 3.3.4) API to send emails. My requirement is to route all outgoing emails through an SMTP relay.
I have added the following block in postal.yml:
smtp:
host:
port:
enable_starttls_auto: false
However, Postal still bypasses the proxy and sends emails directly.
Can anyone guide me on how to configure Postal so that all outgoing emails are routed through my SMTP relay?
Thankyou
All reactions