Wish SMTP.save & SMTP.load methods...

tunderin

Member
Licensed User
Longtime User
The NET library needs these two methods in the event that the mobile device can't connect to the SMTP server when an email needs to be sent.

On failure to connect, SMTP.save could save the email to an outbox which could be checked when an SMTP connection is next made and the app could then SMTP.load the pending email and send it at that time.

Thanks...
 
Top