I am working on some application, which will be running on offline pc. This application should prepare some email to the file (txt, eml, msg,..). The file should contain the subject, the text and ideally also an attachment or path to the attachment.
This file is then copied via usb cable or bluetooth to the android device with internet connection, the email shall be then sent as easy as possible - my idea is just open the file with email client and click send?
Is there some solution for such a use case?
(Please don't suggest me to create a hotspot and send the directly from the pc, this is not possible in this case.)