New version of the most extended add-on by now is available with new major features:
1) Now for forums staff it is possible to send copy of the message (BCC) to administrator and moderators, this may help in forums moderation a bit. User's profile name is also now included in Alerting messages.
2) The most important update - mass-sending of messages now uses the 'batch mode', which means it could work for unlimited amount of users even if PHP runs in safe mode. Previous version was dependent on the PHP's script maximum execution time sending.
New features for you were kindly sponsored by our customers from Work At Home Forum and
Polonia INFO.
Files which were updated:
templates/addon_pmail_sendmsg.html - added {$bccAdminChk} {$bccModrChk}
addon_pmail_send.phpaddon_pmail.phpaddon_pmail_mass.phplang/pmail_eng.php (or any other language pack) - new variables appear at the end of pack
templates/addon_pmail_mass_batch.html - new template
templates/addon_pmail_mass.html -
<input type="hidden" name="startBatch" value="1" /> - new hidden field inserted in the message form
addon_pmail_options.php - new setting
$batchUsers (defines amount of users notified per one batch in mass-mailing; default is 500).