XenForo
Administrative
- Thread starter
- Admin
- #1
Currently, email queue processing works roughly like this:
Read more
ادامه مطلب...
- Mark entry as being processed by setting
send_date
15 minutes into the future.- If marking failed, it's already being processed; skip this item.
- Deserialize
mail_data
.- If deserialization failed or is not an instance of
Swift_Mime_SimpleMessage
, skip this item without further changes.
- If deserialization failed or is not an instance of
- Attempt to send the email.
- If send failed,
Mailer
is expected to call the queue's...
- If send failed,
Read more
ادامه مطلب...