Function list_getMailQueue
This function grabs the mail queue items from the database, according to the params given. Callback for $listOptions['get_items'] in BrowseMailQueue()
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageMail.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageMail.php
integer |
$start |
The item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string indicating how to sort the results |
array
|
An array with info about the mail queue items |