dgomes
dgomes
Comments
-
Cool.
Ben, Another sugestion I would made is to select the birthdays subscribers in Mysql, instead of select all subscribers, and loop through them.
It would use less CPU and would process faster.Thanks
Daniel -
Ben, just find out the problem.
Although I did set the timezone settings, looks like phpmailer send() method calls this php function: date_default_timezone_set.
And after the first email is sent, the day for the next ones was changing… -
I did.
-
Hey Ben,
I've created a list with four e-mails of mine. All with the same b-day date.
The Drip Campaign is working well. Jus tested... Deleted all 4 e-mail from the test list and sign up with the 4 again.
I was thinking this c… -
Ben, Still could not work this out...
Looks like the method: $mail->Send(); is breaking the loop... So it only sends to the first email, and stops... -
Ben,
I mannually did some tests diggin into the autoresponders.php file.I did add this line: echo $email;
Just after the $mail->Send(); line.It only sends to one e-mail and stops.
If I comment the //$mail-&g… -
Ben,
I did using: sudo crontab -e
The scheduled e-mail works right.
The import-csv works right.
But the autoresponders don't.What time (hour of the day) the birthday mail should be sent? When I set it to send …
-
Ben,
My host is an AWS EC2 Ubuntu instance.
My cronjob is like this:*/5 * * * * php /var/www/sendy/public_html/scheduled.php > /dev/null 2>&1
*/1 * * * * php /var/www/sendy/public_html/autoresponders.php &…