Postal isn't send to relay smtp i set. #3296
Unanswered
Gangmi
asked this question in
Help with using Postal
Replies: 1 comment 3 replies
-
This means that Postal was unable to connect so either your Postal server couldn't look up the DNS records or there was some kind of firewall blocking the access which could also include your server provider blocking email. If you're trying to relay all email via your postfix, have you set that up in the config file? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I tried to using Postal with API call.
I just want postal sending email only.
First, What i want Configuration diagram is
====closed network==== | === public network ====
(DNS Look up unavailable) | (DNS Look up available)
SMTP Client -----> Postal -----> relay(Postfix) --------> receiver
(API)
When i call API, The error is No SMTP servers were available for gmail.com No hosts to try.
I think Postal isn't send to relay smtp i set.
The reason why I think so is because Postfix test was normal(I sent smtp request in closed network SMTP clinet to Postfix )
And there is no received logs in Postfix..
In this situation, what can i do?
And i just set configuration
An array of SMTP relays in the format of smtp://host:port
smtp_relays: []
Is there anything i set?
Beta Was this translation helpful? Give feedback.
All reactions