HI,
the current implementation of SMTP object (net lib) prevent the developer to react to failures in sending the SMTP, the SMTP object is not been sent to the event function.
it will be great if either the SMTP lib will implement some kind of retry , or better pass the SMTP object as callback to the event function, so the developer who use the lib can implement its own retry , or store the object until the phone has internet connection.
in the current implmentation there is almost nothing the developer can do to make sure the mail will be sent even when no intenet
thanks
the current implementation of SMTP object (net lib) prevent the developer to react to failures in sending the SMTP, the SMTP object is not been sent to the event function.
it will be great if either the SMTP lib will implement some kind of retry , or better pass the SMTP object as callback to the event function, so the developer who use the lib can implement its own retry , or store the object until the phone has internet connection.
in the current implmentation there is almost nothing the developer can do to make sure the mail will be sent even when no intenet
thanks