我使用tcpdf生成员工薪资的pdf文件,如何自动发送员工薪资(pdf)到月末?
答案 0 :(得分:0)
您可以设置一个cronjob,以便每月结束发送电子邮件。
59 23 28-31 * * [ "$(date +%d -d tomorrow)" = "01" ] && /path/to/you/script.php
来源: https://blog.nexcess.net/2013/05/09/cron-job-for-the-last-day-of-the-month/