我正试图通过php在手机中设置一个"提醒"系统.我有一个表单,我可以输入一封电子邮件(实际上是我的电话号码地址,因此它是作为短信发送的)并向我自己发送信息.我正在使用基本代码:
mail( $to, '$subject', $message );
现在我的电子邮件是在运行php时立即发送的.有没有办法指定发送电子邮件的日期和时间?
php email sms phpmailer
email ×1
php ×1
phpmailer ×1
sms ×1