标签: php swiftmailer
是否有人尝试使用swiftmailer发送带有国际字符的邮件(符合RFC 6530,例如'john.dö@example.com')?
我总是得到一个Swift_RfcComplianceException,消息“给定邮箱中的地址[...]不符合RFC 2822,3.6.2。”。我正在使用当前的稳定版本(5.2.2)。
我在swiftmailer github页面上打开了一个问题:https://github.com/swiftmailer/swiftmailer/issues/535