Skip to content

a small php single script app to send subscription reminder to dolibarr user

License

Notifications You must be signed in to change notification settings

cairn-monnaie/PhpSubscriptionReminder4Dolibarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php Subscription Reminder For Dolibarr

A small php single script app to send subscription reminder to dolibarr user

Install

git clone git@github.com:cairn-monnaie/PhpSubscriptionReminder4Dolibarr.git
composer install

a crontab setup exemple

0 6 * * * /usr/bin/php7.2 ~PATH-TO~/sendReminderEmail.php $(date -d "+30 days" +\%Y-\%m-\%d) ~PATH-TO~/jmoins30.txt >> /var/log/sendReminderEmail.log
0 6 * * * /usr/bin/php7.2 ~PATH-TO~/sendReminderEmail.php $(date -d "+3 days" +\%Y-\%m-\%d) ~PATH-TO~/jmoins3.txt >> /var/log/sendReminderEmail.log
0 6 * * * /usr/bin/php7.2 ~PATH-TO~/sendReminderEmail.php $(date -d "-15 days" +\%Y-\%m-\%d) ~PATH-TO~/jplus15.txt >> /var/log/sendReminderEmail.log

About

a small php single script app to send subscription reminder to dolibarr user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages