My Mac has Lion OS X 10.7.4 and Xcode 4.3.2.
I’d like to be able to send emails programmatically (i.e. without human intervention). What is the recommended approach with these (latest) environments?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve heard good things about the EDMessage framework.
You could also possibly use Applescript or Python too. Peter Hosey posted about this in his answer to this very related question.