Solved Invalid emails should be bounced instead of throwing errors

This topic has been solved
K

K a M a L

Guest
I found this on error log
  • Swift_RfcComplianceException: Email to [unknown] failed setup: Address in mailbox given [xwz.a.b.cc.q2.@gmail.com] does not comply with RFC 2822, 3.6.2.
  • src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:355
I think invalid email addresses should be bounced instead of throwing errors.

Continue reading...