Page 1 of 1

weekly event

Posted: Mon May 19, 2014 3:29 pm
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


Re: weekly event

Posted: Mon May 19, 2014 6:16 pm
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.


Re: weekly event

Posted: Mon May 19, 2014 8:35 pm
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


Re: weekly event

Posted: Mon May 19, 2014 10:31 pm
by scs

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


Re: weekly event

Posted: Tue May 20, 2014 3:55 pm
by tom

Ok,

Thank you, I can continue with this.

kind regards
Tom