PHP script to automatically send regular reminders | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

PHP script to automatically send regular reminders

I’m currently learning PHP and I’m thinking of using it to automate some parts of my workflow. I use waveapps for accounting and every Monday Morning I send a reminder email to Companies which have unpaid invoices with us. Subject: xx days due. {{Invoice no}} for {{item supplied}} on supply date. Content: A little preliminaries and then it contains outstanding invoices and dates raised . Attachment: invoice, original quotation and signed delivery note in pdf format. Sent to contact@company.com and cc:manager@company.com Is there a way to automate this with PHP? Cron jobs, etc. I have a web server I can upload to. Any scripts or anything else would be helpful as I’m in over my head at the moment.

27th Oct 2019, 5:05 PM
Peter
1 Answer
+ 1
You answered yourself. Cronjobs.
14th May 2020, 11:03 PM
Lorenzo Pellegrini
Lorenzo Pellegrini - avatar