I am building electron/angular app and I would like to open new mail window in system configured mail client.
with pre-filled fields like:
- recipients
- topic
- message
- attachment
(similar to 'send to -> email recipient' from windows context menu)
And it's need to work on Windows/Linux/Mac.
My first guess was 'mailto:', but it is not supporting attachments due to security reasons
I rather want to avoid sending email 'quietly' using nodemailer or similar
related issues:
Electron: Open default email client https://github.com/electron/electron/issues/11802