Function AddMailQueue
Add an email to the mail queue.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
boolean |
$flush = false |
Whether to flush the queue |
array |
$to_array = array() |
An array of recipients |
string |
$subject = '' |
The subject of the message |
string |
$message = '' |
The message |
string |
$headers = '' |
The headers |
boolean |
$send_html = false |
Whether to send in HTML format |
integer |
$priority = 3 |
The priority |
boolean |
$is_private = false |
Whether this is private |
boolean
|
Whether the message was added |