I have a HTML formatted content that I'd like to send in Mailplane using 
AppleScript.

An example snippet:

*tell* *application* "Mailplane 3"

*    set* m *to* *make* new *outgoing message* with properties {directlySend
:*false*}

*    tell* m

*        set* content *to* "<b>My Content</b>"

*    end* *tell*

*    compose* m

*end* *tell*


This ends up with the contents having the HTML visible. It is interpreting 
it as plain text. 


Is there a way to signal to Mailplane that the contents are HTML, or 
barring that, Rich Text? 


-Dennis


-- 
You received this message because you are subscribed to the Google Groups 
"mailplaneapp" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mailplaneapp.
For more options, visit https://groups.google.com/d/optout.

Reply via email to