GUI / lua-resty-mail

A high-level, easy to use, and non-blocking email and SMTP library for OpenResty.
MIT License
66 stars 16 forks source link

Connection failure: network is unreachable. #6

Closed eko234 closed 2 years ago

eko234 commented 2 years ago

I get this error sometimes when sending an email with lua-resty-mail, I've used other languages to use smtp with the same configurations and they work consistently, I have a feel it might be something with ipv6 but I might be wrong.

eko234 commented 2 years ago

It indeed is due to IPv6, I worked around it disabling IPv6 in my Nginx.conf file