autoresponder not sending and "all auto responders have been created" message
I set up a test auto responder and then added one of my addresses as a contact on the list with the auto responder through the "quick add" dialogue box in the program. The responders I set up were to reply "immediately" and "10 minutes after signing up". Neither of the messages "sent". My cron jobs are set up as:
*/5 * * * * php /home3/lawnbusi/public_html/ultimatecontact/scheduled.php > /dev/null 2>&1
and
* * * * * php /home3/lawnbusi/public_html/ultimatecontact/autoresponders.php > /dev/null 2>&1
I am also getting the message "all auto responders have been created". We are limited on autoresponders? Is this a "per list" limit? If not, what is the limitation?
*/5 * * * * php /home3/lawnbusi/public_html/ultimatecontact/scheduled.php > /dev/null 2>&1
and
* * * * * php /home3/lawnbusi/public_html/ultimatecontact/autoresponders.php > /dev/null 2>&1
I am also getting the message "all auto responders have been created". We are limited on autoresponders? Is this a "per list" limit? If not, what is the limitation?
This discussion has been closed.
Comments
But it does bring up the question: can I manually add a contact to the autoresponder sequence?
The two address I added through the program dialogue didn't trigger the autoresponders.
*/1
(every min). Glad that you figured it out.No, autoresponders will not trigger when adding emails from the interface. Autoresponders will only trigger when emails are fed in through the API or subscribe form.