Hi,
I cannot send email, I get this error:
SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
SMTP connect() failed.
Parameters are correct.
system is sending email using exim4 (working configuration)
Thx,
Giorgio
Anonymous
Hi, if you are using exim4 you should use localhost as server type. If yuo want smtp directly than fill in smtp parameters.
There is a bug in TLS/SSL for smtp, check other tickets, easily fixed.
Otherwise your error means it cannot resolve IP from provided hostname.
brm