Error when using ed_SendMail()

Hello all,

I have a strange problem; when sending an email with ed_SendMail() function the responseCbk function gives -32 error which is ED_ERR_DISTANT_DNS which is explained as:

“Remote server name has not been mapped by DNS. TCP/IP stack is not able to reach the primary and secondary DNS servers or a wrong server address has been filled in”

Does anyone come across such error ?

When I start the wismo normally the function works fine but after long working and stress email sending this error pops up ??

Any ideas ???

Thanks,
Jiten.

The error ED_ERR_DISTANT_DNS (-32) comes in the mail callback handler when eDlib is not able to contact the DNS server to resolve the name of the smtp server. This might occur if the DNS server is too busy and cannot reply withing the timeout period. Also in case, the module is having a weak signal strength when it tries to send the UDP packet (to contact the DNS server- Please note that DNS server is contacted using UDP datagrams), the UDP packet will not arrive in time. In this case too, the UDP socket will timeout and error -32 (ED_ERR_DISTANT_DNS) will occur.