Send packaged app via Email
See original GitHub issue- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project follows, as appropriate.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Command line arguments
electron-packager . --overwrite myApp --platform=darwin --arch=x64
Just trying to figure out how to send this app via email… Gmail does not let me attach it. Thank you in advance!
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Email Send API & Integration for Apps, Websites | SparkPost
Fast, flexible email integration for websites or applications big and small. SMTP or REST API that works in the language of your choice....
Read more >How to ship with the Desktop or Mailcenter Apps in SendPro ...
Watch this video to learn how to use the Desktop or Mailcenter Apps in SendPro Enterprise to create shipments.
Read more >Tutorial: send email with Logic Apps - Azure App Service
In this tutorial, you send emails with Gmail from your App Service app by using Azure Logic Apps. There are other ways to...
Read more >Informed Delivery - Mail & Package Notifications - USPS
Get notifications in a morning Daily Digest email, or at any time from the dashboard using your smartphone, computer, or USPS Mobile app....
Read more >The 8 best email apps in 2022 - Zapier
The 8 best email clients · Windows Mail for the best free Windows email app · Mailbird for the best Windows email app...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Bharwcb That error is because on newer version of macOS gatekeeper launches your app in a virtual read only file system area. So you can’t write to
__dirname
orapp.getPath()
or anything like that. All files should be written toos.tmpdir()
or you get that error 👍I’m not a macOS expert, but if I had to guess, it’s one of two things: