0
I’m new to firemonkey and I believe my question is simple. I have an sqlite table with some information and I exported this data to a txt. Now I want to email this txt. How do I share this file on android?
0
I’m new to firemonkey and I believe my question is simple. I have an sqlite table with some information and I exported this data to a txt. Now I want to email this txt. How do I share this file on android?
0
There’s a project on github that does exactly what you need, follow the link below. It is a process that receives as parameter the emails of the recipient/copy, subject, text of the email and attachments:
Procedure wwEmail( Recipients: Array of String; ccRecipients: Array of String; bccRecipients: Array of String; Subject, Content, Attachmentpath: string; mimeTypeStr: string = '');
the project URL is: https://github.com/roywoll/wwEmailWithAttachment_fmx
Browser other questions tagged delphi firemonkey
You are not signed in. Login or sign up in order to post.
the idea was to send by email or share? could explain better?
– Tmc
Would share to attached in the email and send.
– Saulo