Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

emailing using Outlook on a Mac


This topic is 8386 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm trying to put together a database, which will enable me to produce email shots. I'm using FM Pro 5 on a Mac.

I've read in a FM textbook, that FM doesn't support Outlook on Macs and, surely enough, I cannot send any email. Is there a way around it (e.g. downloadable patch), am I doing something wrong or do I have to change my email program?

I'll be grateful for any help

Posted

On my web site, I have post a few days ago, an example how to send emails using the "Open URL" scriptstep and the "Mailto" protocol. Create using version 4 of FileMaker and explanation in french, but if you have an US 5 version, there will be any difficult.

Go to the site map whose also in french and english.

Posted

quote:

Originally posted by RoadBear:

Filemaker 5.5 supports Outlook correctly!

Yes,but there is no bcc recipient avable.

I now, with the mailto protocol, there is no attachment avable.

Note : I like the "mailto" crossplateforme solution.

But personally, on my Mac, I'm using a AppleScript solution : mailto, cc, bcc and attachements are all avable for sending emails using a FileMaker database and Outlook as mail application.

And... it is free (unlike most mail plug in's).

Jean-Marie -HOO;-)

Posted

Thanks a lot for your help!

I'm going to upgrade my FM to 5.5 version and tell you if it worked as soon as I do it.

cheers

  • 3 weeks later...
Posted

The OS has to be set up to recognise that OutLook is the default browser, not FMP. I think it's the Internet control panel, or perhaps Internet Config.

  • 1 month later...
Posted

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]>

Posted

if I try to run the script I get the message:

"expected end of line but found class name"

if I remove the word "draft" from the script I get the message

"Microsoft Outlook got an error: can't make a window"

This topic is 8386 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.