Use Applescript to send mail without mail.app
问题 I'm new to Applescript and working on an app that runs in the background, and I want it to send email updates every so often WITHOUT mail.app. I've tried googling this numerous times, and while this is the closest I've found, I don't know how to use a Python script. This app needs to work no matter what Mac OSX it is installed in, including Computers without Python. Is that possible? 回答1: I have often wanted to do the same thing and struggled myself. I ultimately landed on a python option.