SMTP retry feature request

melamoud

Active Member
Licensed User
Longtime User
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
 

melamoud

Active Member
Licensed User
Longtime User
I have many events I need to know which 1 failed the only way I can do this is embedded it into my object I think its better do you have the library support it
 
Top