View Single Post
05/13/14, 02:21 PM   #3
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Also, there is this event that, if it triggers may explain the reason.

EVENT_MAIL_SEND_FAILED (integer reason)

reason I suspect would be one of the following values:
EVENT_REASON_HARDWARE
EVENT_REASON_SOFTWARE

Or actually maybe one of these:
MAIL_SEND_RESULT_CANT_SEND_CASH_COD
MAIL_SEND_RESULT_CANT_SEND_TO_SELF
MAIL_SEND_RESULT_FAIL_BLANK_MAIL
MAIL_SEND_RESULT_FAIL_DB_ERROR
MAIL_SEND_RESULT_FAIL_IGNORED
MAIL_SEND_RESULT_FAIL_INVALID_NAME
MAIL_SEND_RESULT_FAIL_IN_PROGRESS
MAIL_SEND_RESULT_FAIL_MAILBOX_FULL
MAIL_SEND_RESULT_INVALID_ITEM
MAIL_SEND_RESULT_MAILBOX_NOT_OPEN
MAIL_SEND_RESULT_MAIL_DISABLED
MAIL_SEND_RESULT_NOT_ENOUGH_ITEMS_FOR_COD
MAIL_SEND_RESULT_NOT_ENOUGH_MONEY
MAIL_SEND_RESULT_RECIPIENT_NOT_FOUND
MAIL_SEND_RESULT_SUCCESS
MAIL_SEND_RESULT_TOO_MANY_ATTACHMENTS

Good Luck, if you are on the US server, feel free to throw test messages my way @Xrystal.
  Reply With Quote