Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to create a mail (on a Mac with Mac OS X 10.5 and up) that has some text, then an image, then some more text, maybe another image, and maybe some more text...

I understand that with the Scripting Bridge, I can add attachments to eMails, but they're always at the end of the Mail.

Any idea how to get started here? Maybe use an HTML mail? If so, are there tutorials out there?

Thank you very much and kindest regards,

Matthias

share|improve this question
You might be better off asking at superuser.com – Abizern Feb 28 '10 at 22:28
2  
@Abizem: That was also my initial reaction, but I feel this post is programming related. The OP is asking about the scripting bridge, which indicates he's looking to programmatically compose a message in Mail.app from Objective-C.. different story than what a super user might do. – Jarret Hardie Feb 28 '10 at 22:41
Fair enough. ;-) – Abizern Mar 1 '10 at 0:17
Check my answer in: How can I send a HTML email from Cocoa? – catlan Mar 1 '10 at 12:15

1 Answer

I've no idea how you can do it with Mail.app.

You can do it using c-client, a plain C API.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.