【使用applescript创建并发送电子邮件】天下之事常成于困约,而败于奢靡。这篇文章主要讲述使用applescript创建并发送电子邮件相关的知识,希望能为你提供帮助。
- tell application " Mail"
- set theNewMessage to make new outgoing message with properties { subject:" Subject text" , content:" Content text" , visible:true}
- tell theNewMessage
- make new to recipient at end of to recipients with properties { address:" email address" }
- send
- end tell
- end tell
推荐阅读
- 将Gmail迁移到googleapps的imapsync脚本
- 使用Intent从Android发送电子邮件
- 基于adb的Android端口转发
- Android警报对话框
- Appcelerator(简单的邮政编码城市查找器)
- Kickapps(确定用户是否登录到外部页面)
- [jQuery]Appel脚本chez google API
- 在Android应用程序中集成Adobe Photoshop Mobile
- KickApps-更改表单验证以使用JQuery。修复IE的问题