How are scheduled emails sent out?
Emails are scheduled using WordPress’ behind the scenes event scheduler and sent out through your existing WordPress set-up – like all your other system emails. This uses a function called wp_mail().
Emails are scheduled using WordPress’ behind the scenes event scheduler and sent out through your existing WordPress set-up – like all your other system emails. This uses a function called wp_mail().