You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used lua-resty-smtp and ran into an error caused by failure to resolve the mail server hostname. After a little research, I found the nginx resolver directive and got it working. Probably adding a note about the resolver in the sample usage would be helpful.
At any rate, lua-resty-dns seems to have more features than the nginx resolver- is there some way to use a lua-resty-dns with this smtp client?
The text was updated successfully, but these errors were encountered:
I used lua-resty-smtp and ran into an error caused by failure to resolve the mail server hostname. After a little research, I found the nginx resolver directive and got it working. Probably adding a note about the resolver in the sample usage would be helpful.
At any rate, lua-resty-dns seems to have more features than the nginx resolver- is there some way to use a lua-resty-dns with this smtp client?
The text was updated successfully, but these errors were encountered: