Function SendMailing
Handles the sending of the forum mailing in batches. Called by ?action=admin;area=news;sa=mailingsend Requires the send_mail permission. Redirects to itself when more batches need to be sent. Redirects to ?action=admin;area=news;sa=mailingmembers after everything has been sent.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Uses: the ManageNews template and email_members_send sub template.
Located at Sources/ManageNews.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Uses: the ManageNews template and email_members_send sub template.
Located at Sources/ManageNews.php
boolean |
$clean_only = false |
If set, it will only clean the variables, put them in context, then return. |