• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: best way to send an e-mail with Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: best way to send an e-mail with Applescript


  • Subject: Re: best way to send an e-mail with Applescript
  • From: Ian Mantripp <email@hidden>
  • Date: Thu, 19 Apr 2001 01:07:24 +0200

on 18/04/01 7:49 PM, Jacob Roebuck wrote:

> I am trying to get applescript to send an e-mail with Outlook Express, with
> no luck.
>
> Does anyone have a example of this? Is there a better solution? Can
> applescript send email directly?

You'll need to take a look at the OE dictionary but something like this
should so it :

set theSubject to "This is made with AppleScript"
set theContent to "This message was made using an AppleScript, blah blah"
tell application "Outlook Express"
make new outgoing message with properties {subject:theSubject,
content:theContent}
end tell

Ian


References: 
 >best way to send an e-mail with Applescript (From: Jacob Roebuck <email@hidden>)

  • Prev by Date: [ANN] AppleScript Pro training sessions
  • Next by Date: Re: [ot] best way to send an e-mail with Applescript
  • Previous by thread: Re: best way to send an e-mail with Applescript
  • Next by thread: Re: best way to send an e-mail with Applescript
  • Index(es):
    • Date
    • Thread