- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,830
- راهحلها
- 27
- پسندها
- 3,258
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Currently, email queue processing works roughly like this:
- 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,
نام موضوع : Emails can get stuck in the queue indefinitely