AppleScript - How to send a email without the mail app opening up

允我心安 提交于 2019-12-08 09:39:29

问题


I need to know how to send a email with applescript without having a email to send from. So basically using the mail app is out because I have to have the use input their email in order to send.

Could I do a shell script in side the applescript in order to send?


回答1:


Try my python email shell script here. I have an example applescript at the bottom of the page showing how you can control the shell script from applescript.



来源:https://stackoverflow.com/questions/8767884/applescript-how-to-send-a-email-without-the-mail-app-opening-up

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!