Hello! I am working on setting up a three part study where participants opt-in to mail list and during the first survey, a PHP code sets up the mail schedule using codes like this:
"mailSchedule(false, 5, strtotime('+182 days'));"
This should send my participant Mail 5 in 182 days. I did a test and when I look at the Invitation Mail schedule, I see that it has three lines indicating that it is going to send this mail to this person in 182 days at 17:01, 17:02, and 17:03.
I am not sure why it made two extra duplicates of the mail. Will it actually send three mails... each one second apart? Why did it do this and how can I fix it so that it just sends my participant one email (Mail 5) in 182 days?