Hi Dennis,you can do it by using Timer ,You need to have a table where you will have the data for sending the email like emailid\subject\body etc and also a date which will b eupdate every time after an email has been sent to taht address.
Now create a timer and inside that timer loop through all the rows by last mail sent date (based on your logic 5 days or 10 days) and use the email widget to send the mail.
Regards
-PJ-
Now create a timer and inside that timer loop through all the rows by last mail sent date (based on your logic 5 days or 10 days) and use the email widget to send the mail.
Regards
-PJ-