Hi
I bet this is a easy one.. I hope 😃
I need to email a a dynamic page to bunch of ppl how can I do it?
I have a database with a table of users, with the typical stuff, user_id, f_name, l_name, email, address, phone etc.
And I need to email a dynamic page generated from a query of other table. Products, product_id, product_name, product_price etc.
I'ts like a mailing list that I want to send once a day or a week to all the email addresses in the users table. I need to be dynamic because every day the products are different.
thanks in advance
Peace!