weekly event

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
tom
User
Posts: 118

weekly event

Post by tom »

Hello,

How do I create an email-event, every Monday of the week?

I want to send an email to all participants in a list that have completed a certain value. On a weekly basis,

thank you


mobhar
User
Posts: 11741

Post by mobhar »

If you are talking about the event that triggered by PHPMaker, then try to use "Email_Sending" server event to send additional content.

Read "Server event and Client script" in help file for more information.


tom
User
Posts: 118

Post by tom »

hello,

I know the operation of the email_sending-event, but I want to fire it on a weekly basis, not on an update, insert, delete or edit operation.

kind regards


scs
User
Posts: 694

Post by scs »

Then you should write a script and run it in cronjob (in Linux) on every Monday at specific time.


tom
User
Posts: 118

Post by tom »

Ok,

Thank you, I can continue with this.

kind regards
Tom


Post Reply