Hi Ruben, Thanks for the reply.
Yes, would like to test the beta out. And yes, setting the sender would be extremely useful to me. Rather than manually pulling down the "From" in a new message window, it would be great to be able to script it. And would the syntax I wrote below about the "cc" work in the beta? Thanks, Darren On Feb 22, 8:04 am, Ruben Bakker <[email protected]> wrote: > Hi Darren, > Yes, you're right CC/BCC doesn't work. I have corrected it and could provide > you a preview version if you like (2.1-beta). Just let me know. > > Setting the sender isn't supported, yet. It's always the default sender. Do > still need to set the sender? > > Thanks, > > > > On Sat, Feb 21, 2009 at 12:37 AM, Darren Mahaffy <[email protected]> wrote: > > > In my previous post I asked about setting a specific sender with an > > AppleScript ... > > > I also want to know how to set a CC, and a BCC. > > > I tried to follow the "to recipient at end" syntax and replace with > > "cc recipient at end" but that didn't work. > > > So with a message, can I have a "to", a "cc", and a "bcc" (or multiple > > instances of one/all)? > > > Thanks again, > > Darren > > > tell application "Mailplane" > > set m to make new outgoing message > > tell m > > set sender to "[email protected]" --doesn't work, > > tried in > > different places in this script, too > > set r to make new to recipient at end > > tell r > > set address to "[email protected]" > > set name to "Dude" > > end tell > > set subject to "Testing" > > set content to "Hi Dude-" & return & return & "This is > > a test > > email." & return & return & "Cordially," & return & return "The > > Management" > > end tell > > compose m > > end tell > > -- > Rubenhttp://mailplaneapp.com/bloghttp://www.twitter.com/Mailplane --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mailplaneapp" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mailplaneapp?hl=en -~----------~----~----~----~------~----~------~--~---
