Hi!!
I wonder if it's possible send via e-mail a monthly report of all emails received?
Thank you very much.
P.D. Sorry for my english.
I wonder if it's possible send via e-mail a monthly report of all emails received?
Thank you very much.
P.D. Sorry for my english.
Hi jordimiro ,
Yes, with a bit of work.
Provided that you save all the form data to a database table and include the date then you could build a little form to read the table and put a summary into an email. To run this monthly the simplest way is probably to set up a cron job on your server to run once a month.
Bob
Yes, with a bit of work.
Provided that you save all the form data to a database table and include the date then you could build a little form to read the table and put a summary into an email. To run this monthly the simplest way is probably to set up a cron job on your server to run once a month.
Bob
This topic is locked and no more replies can be posted.