This topic is locked
[SOLVED]

 Sequential Autoresponder

1/25/2009 11:28:20 PM
PHPRunner General questions
K
kenlyle author

I really like the feature list of PHPList, but it lacks the ability to do sequential autoresponders.
The main crux of this is that when a record is added to the subscriptions table, that the N emails are added to the email_queue table with Current_Date()+Offset
The N emails would be in a table something like Sequences and Sequence_Details.
I am having trouble picturing how to select and add the N records.
Thanks for any input.

Ken

J
Jane 1/26/2009

Ken,
use After record added event on the Events tab to add records to other table.

All entered values are in the $values array.