Tom England Posted November 22, 2001 Posted November 22, 2001 Does anyone know if there is a way of using this script with Macs running MS Outlook??
Vaughan Posted November 23, 2001 Posted November 23, 2001 FMP 5 and later includes support for Outlook. Alternatively look at using the Open URL[] script step. It is more limited but interfaces with whatever program is set up to handle mailto.
Tomo1 Posted November 23, 2001 Posted November 23, 2001 The mail script in FM 5.0 doesn't work with alot of mail software although 5.5 does. Eudora light works with 5.0, which you can download off the Net for free.
rivet Posted November 25, 2001 Posted November 25, 2001 If you want you can 'Perform AppleScript" (MacOnly) tell application "Outlook Express" activate set msg to "JohnDoe <[email protected]>" set sbj to "Dear John!" set cnt to "This is the body copy" set theMsg to make new draft window with properties {to recipients:msg, subject:sbj, content:cnt} send theMsg with sending later end tell This script was created by: Richard Dyce <[email protected]>
Recommended Posts
This topic is 8404 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now