File manager - Edit - /usr/local/usermin-1.860/schedule/email.pl
Back
#!/usr/bin/perl # Send a scheduled email $no_acl_check++; $ENV{'REMOTE_USER'} = getpwuid($<); require './schedule-lib.pl'; $sched = &get_schedule($ARGV[0]); $sched->{'id'} || die "Invalid scheduled email!"; if ($sched->{'enabled'}) { # Construct and send the email $mail = &make_email($sched); &mailbox::send_mail($mail); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.44 |
proxy
|
phpinfo
|
Settings