|
|
email script
I like how you can link FileMaker to your email program--clicking on
the email address will take you to, for example, outlook and address a
blank email.
But is there any way to turn off the feature that will lock Outlook
and FileMaker until you save or send the email? It seems like the
script is still running and it won't end (and take you back to
filemaker) until one of these is done.
Thanks
David Averbach
UC Berkeley
|
|
0
|
|
|
|
Reply
|
davidaverbach
|
9/30/2003 5:40:23 PM |
|
You may be better served with the following plugin:
https://www.productive.cc/pci_cart/FMPro?-DB=PCSC_Products.FP5&-Format=catalog.htm&-Lay=CGI&ID_No=40&-Find
"David Averbach" <davidaverbach@earthlink.net> wrote in message
news:a76dec2d.0309300940.5986fe33@posting.google.com...
> I like how you can link FileMaker to your email program--clicking on
> the email address will take you to, for example, outlook and address a
> blank email.
>
> But is there any way to turn off the feature that will lock Outlook
> and FileMaker until you save or send the email? It seems like the
> script is still running and it won't end (and take you back to
> filemaker) until one of these is done.
>
> Thanks
>
> David Averbach
> UC Berkeley
|
|
0
|
|
|
|
Reply
|
Alan
|
9/30/2003 7:17:13 PM
|
|
I found this problem annoying too. Being locked in the view.
But i was pointed in a very easy to achieve direction.
Instead of using Send Mail script step, use Open URL instead and use
OpenURL[mailto:email_address_field@anywhere.net]
Just create a calculation field in your database that looks like this:
"mailto: " & THE_NAME_OF_YOUR_EMAIL_ADDRESS_FIELD
Then point the openURL script to that field value.
Works a treat because as far as FileMaker is concerned, Internet Expolorer's
dealt with the url request and all is fine. Little does it know it craftily
opens your message in your default email program.
You can add a bit more to this too, by adding ?subject=SUBJECT_NAME to after
the mailto:email@anywhere.net you can specify the subject of the message.
So mailto:email@anywhere.net?subject=SUBJECT_OF_MESSAGE
I think I've seen websites with BCC and CC done as well as the subject, but
I'm not sure.
And this ?=subject business only works with Outlook Express or Outlook as
far as I'm aware.
I've never had reason to test it to be honest.
HTH
I think it's a genius solution, just wish I thought of it myself!
Ben Bradley.
"Alan Lawrance" <ajlawrance@home.com> wrote in message
news:ZEkeb.52512$TM4.35738@pd7tw2no...
> You may be better served with the following plugin:
>
>
https://www.productive.cc/pci_cart/FMPro?-DB=PCSC_Products.FP5&-Format=catalog.htm&-Lay=CGI&ID_No=40&-Find
>
>
> "David Averbach" <davidaverbach@earthlink.net> wrote in message
> news:a76dec2d.0309300940.5986fe33@posting.google.com...
> > I like how you can link FileMaker to your email program--clicking on
> > the email address will take you to, for example, outlook and address a
> > blank email.
> >
> > But is there any way to turn off the feature that will lock Outlook
> > and FileMaker until you save or send the email? It seems like the
> > script is still running and it won't end (and take you back to
> > filemaker) until one of these is done.
> >
> > Thanks
> >
> > David Averbach
> > UC Berkeley
>
>
|
|
0
|
|
|
|
Reply
|
Ben
|
10/2/2003 10:54:53 PM
|
|
One thing to watch out for with the open URL is that FMP will only accept
something like 453 characters in the URL itself. This is problematic if you
need to send long emails.
|
|
0
|
|
|
|
Reply
|
Mariano
|
10/3/2003 4:48:53 PM
|
|
|
3 Replies
444 Views
(page loaded in 0.059 seconds)
Similiar Articles: simple email script - comp.databases.filemakerI am a new Filemake Pro6 user. Can someone please send me s simple email script? I want to email quotes. I use Outlook Express. I am so grateful for a... mail command automated in a script - comp.unix.solarisPlease help in creating this shell script, its to email users regarding a process status I want to generate a email from a system, attach a log file ... cron continues to email when no stdout/stderr from script - comp ...Hello, I continue to receive email when I run a script that produces no stdout or stderr. The man page for cron states "cron captures the output of... Send Mail Script in WIN XP - comp.databases.filemakermail command automated in a script - comp.unix.solaris email script - comp.databases.filemaker Send Mail Script in WIN XP - comp.databases.filemaker Email script - comp ... Automatically Mail PDF Script - comp.databases.filemaker ...email script - comp.databases.filemaker Automatically Mail PDF Script - comp.databases.filemaker ... Linux script to automatically send pdf file by email - Software ... Send mails/attachments using a shell script - comp.unix.programmer ...How to save e-mail or attachment to a file on UNIX OS from the ... How to Send a Text File As an Email Attachment in a Shell Script ..... of an operating system ... a unix script to send email notification when a sas batch job ...Hi, This post may be a bit off topic, but essentially it's mainly about unix script, not SAS (a statistical software). (but I posted it on comp.soft-... send by email with click botton (javascript) - comp.text.pdf ...How I can to send by email the pdf ... AFPL) - comp.text.pdf send by email with click ... Buttons 2 | JavaScriptSource - JavaScript Source: Free JavaScripts ... These scripts ... How to send "mail", with no body, from within a UNIX script - comp ...a unix script to send email notification when a sas batch job ... How to send "mail", with no body, from within a UNIX script Follow a unix script to send email ... QMF for Windows - Procedure to Send Email using REXX - comp.lang ...Mailx fails to send email - comp.unix.solaris... in a script - comp.unix.solaris If what you want is in a file: mailx \ -s "subject goes here" \ a1@a1.com a2 ... Huggins' Email Form Script - James S. Huggins' Refrigerator DoorHuggins' Email Form Scriptis a free PHP script to process Web Forms, specifically those forms which accept information and send an email with that information. How to Send Email from a PHP Script - About EmailOne function is all you need to send an email from a PHP script. 7/21/2012 8:43:51 PM
|
|
|
|
|
|
|
|
|