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

auto email on a certain date?


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

Recommended Posts

Posted

My client wants an automatic email sent using a calculation based on a date + 1 week. They want the program to send this automatically, so no button is pressed. Is this even possible in Filemaker? The database would be hosted on a filemaker 8 server, on a windows server 2003 machine. Right now I am thinking this just isn't possible with filemaker.

Posted

You could write a single script that was executed to send emails for all pending records. Said script would search for all records with a SendMail flag set, then, looping through the found set, it would send emails to each recipient in the record.

Triggering this script would either require some action on an administrator, or a special startup or shutdown script that tested for the day of week or something.

A big gotcha is that the Send Mail script step in Filemaker uses the Windows default email client, which Filemaker says has to be Outlook (I can confirm that Pegasus does NOT work!)--and the latest versions of Outlook hiccup (gag? barf?!?) when an outside program tries to send multiple messages in a very short period of time. Outlook thinks you're a spammer or a virus, and hangs the process up.

Others have reported using plug-ins such as SMTPit to manage mass emailings, for what it's worth.

David

This topic is 6827 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.