How to Schedule E-mail Notifications?
Posted: 2014-05-01 15:01
I have a Sales Force (Sales team) database created and utilize the e-mails in hooks quite often. When records are added, modified, deleted or even looked at by a certain user.
I am looking to setup an e-mail notification that sends itself based on the date and criteria. Is there a way to schedule such a routine? For example, every morning at 7am, the application can check the Notification Dates field I have set up. If the Notification Date field is set to TODAY or CURDATE - it fires off that e-mail. This will prove to be useful as reminders for upcoming events and such.
Is there a way to automate this process instead of logging in every morning and having to run the routine by going into the table to allow the table_init hook to run?
This is something that I could find extremely useful as many of the applications I develop using AppGini has scheduling functionality. Thanks in advanced.
-Red
I am looking to setup an e-mail notification that sends itself based on the date and criteria. Is there a way to schedule such a routine? For example, every morning at 7am, the application can check the Notification Dates field I have set up. If the Notification Date field is set to TODAY or CURDATE - it fires off that e-mail. This will prove to be useful as reminders for upcoming events and such.
Is there a way to automate this process instead of logging in every morning and having to run the routine by going into the table to allow the table_init hook to run?
This is something that I could find extremely useful as many of the applications I develop using AppGini has scheduling functionality. Thanks in advanced.
-Red