E-Mail reminder

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

E-Mail reminder

Post by mpol_ch »

Hello
I need to set a reminder by email automatically. How can I implement a such solutions?

Example:
Table Capture(Email VARCHAR, Status SMALLINT, Remeinder DATE)

info@dasdd.com 1 06.07.2015
info@dasdd.com 0 01.07.2015
info@dasdd.com 1 08.07.2015

Rule: IF STATUS== 1 AND Reminder > NOW THEN Send reminder to info@dasdd.com..

mpol_ch


mobhar
User
Posts: 11736

Post by mobhar »

You may use the cron job. Just Google for it.


Post Reply