I need to send email with attachment from application running under Palm OS 4.1 and later.
As I can see in SDK, there is no sign of attachments there. Actually I need to send some report and its pdb.
Read about SMTP (RFC 2821), create the necessary header string, 'attach' your pdb as Base64 encoded string, connect to a SMTP server and send it.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
