ptcruiser Posted February 13, 2008 Posted February 13, 2008 Is it possible to make a date field (maintenance renewal date) automatically email recipients when the month of renewal is reached? If so can anyone tell me how? Hope this makes sense : Thanks
Fenton Posted February 13, 2008 Posted February 13, 2008 It is possible to run a script that Finds people whose renewal date is within the current month (or next month? or next 30 days?), then Loop through the records, sending each one an email (and setting a date to show that this had been done, so you don't accidentally send them several). The term "automatically" is a little fuzzy when applied to databases.
ptcruiser Posted February 13, 2008 Author Posted February 13, 2008 Excellent - any idea how to do it?
ptcruiser Posted February 17, 2008 Author Posted February 17, 2008 I still can't work it out : Are there any examples of how to achieve this...or have I stumped you guys with this one?
tbfilemaker Posted February 20, 2008 Posted February 20, 2008 (edited) It sounds like you want an e-mail triggered when a date is met. If so, your script would look like this: If = Send Mail [To: ""; Subject: "Renewal Due", message: "Please Renew". End If This will send an e-mail to a user when their renewal date is met. Other things to consider will be setting a flag to show that the e-mail was sent and also looping the script. In order to have this done automatically, you can use this Plug-In: http://www.worqsmart.com/s.nl/it.I/id.8/.f?sc=2&category=-102 or have the script triggered by an user event (i.e. a script that is used routinely). It all depends on your database client/server setup. Hope this helps. Edited February 21, 2008 by Guest
Recommended Posts
This topic is 6122 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