sendBulkEmails.php is a MediaWiki maintenance script found in WikimediaMaintenance.
It can be used to send an email to given list of Users.
The maintenance script will send emails using User::sendMail.
Bounce tracking will be automatically taken care of by BounceHandler if installed for the wiki.
$ mwscriptextensions/WikimediaMaintenance/sendBulkEmails.php--wiki=labswiki\--subject"This is the email subject"\--body"/path/to/file/containing/body.txt"\--from"UserSendingTheEmail"\--to"/path/to/file/containing/users.txt"\--reply-to"UserReceivingReplies"\--optout"Title_of_Opt-out_page"