Hi,
With the update to v.1.3.6.2 we have issues with the mailers:
- Swiftmailer. If suscriber has an invalid email address like vitoriasl@carpinterialumiñovitoria.com fails with this error:
and the process dies and stop processing emails. I know the email is invalid but it should skip it and take the next subscriber.
- PHPmailer. This mailer works well with invalid emails, skips the bad ones and send the email to the valid. The problema with it is the Return-Path in the sent email is the field defined as "From" instead the Return-Path defined in the Bounce Sever. With that behavior all the errors arrive to the "sender" of the campaign and not to the Bounce address, flooding the email account and avoiding the bounce processor.
With the update to v.1.3.6.2 we have issues with the mailers:
- Swiftmailer. If suscriber has an invalid email address like vitoriasl@carpinterialumiñovitoria.com fails with this error:
[2016-05-11 14:53:12] - Preparing the entire email...
[2016-05-11 14:53:12] - Exception thrown: Address in mailbox given [vitoriasl@carpinterialumiñovitoria.com] does not comply with RFC 2822, 3.6.2.
[2016-05-11 14:53:12] - Using delivery server: mxout3.enviarcorreo.es (ID: 3).
[2016-05-11 14:53:12] - Sending the email message using the DIRECT method.
[2016-05-11 14:53:12] - Exception thrown: Address in mailbox given [consultas@náutica.com] does not comply with RFC 2822, 3.6.2.
and the process dies and stop processing emails. I know the email is invalid but it should skip it and take the next subscriber.
- PHPmailer. This mailer works well with invalid emails, skips the bad ones and send the email to the valid. The problema with it is the Return-Path in the sent email is the field defined as "From" instead the Return-Path defined in the Bounce Sever. With that behavior all the errors arrive to the "sender" of the campaign and not to the Bounce address, flooding the email account and avoiding the bounce processor.