wp_mail() Batch send email to multiple users with custom external script
Sometimes, when you’re working on a WordPress project with a tight deadline, you have to come up with quick and easy ways to do certain things. For example, to batch send emails to multiple users, either from a DB or from a CSV file, etc. Instead of going the “right” path by finding some plugin…