Logging fails when email receiver list exceeds 200 characters
-
In the
wp_wpml_mails
table, the receiver column has a character limit of 200. When sending notification emails about new woocommerce orders to 7 or 8 people with long email addresses, these emails failed to be captured by the log because the list exceeded that character count.My team thought the emails were failing to send and spent several days debugging the issue. It turned out, due to the character limit in WP Mail Logging’s table, the emails were just failing to be logged. This affects our ability to accurately asses when and where order notifications are going.
200 characters is a very small limit for a list of emails. Can this be increased? Or at least not completely fail to log if the list of recipients is too long?
I noticed that the subject column also has a 200 character limit so it should be increased there as well.
- The topic ‘Logging fails when email receiver list exceeds 200 characters’ is closed to new replies.