I love this script. And I am playing with it now. I noticed the batch email demo works perfectly. However, I do have one question.
Imagine sending a message to your list, using that kind of demo:
http://www.swiftmailer.org/docs/tutorials/batch-mailing
but you submit the subject/message through a form
Now, what I can do is make the subject/message a database record and pull them as wel
Can I just create a var, such as
Code: Select all
$subject=$row["subject"]; and so on for $message?
I assume this is possible with your script?
I'll keep testing, but I just wanted to ask, just in case somebody has done this before me.
Note: I realize it might have to do with the template.php file's class, but I am not sure HOW to implement it.
Thank you very much
Joel