Ah, I just figured out that this is in the writing options section… I’d like to set up a cronjob to run wp-mail.php — a tutorial I saw said that the command was GET https://www.example.com/wordpress/wp-admin/wp-mail.php… I’m assuming that this means that’s the command sent to the webserver? So you could do a Perl script with LWP, and use LWP::get(“https://www.example.com/wordpress/wp-admin/wp-mail.php”)?