PHPMailer Character ñ on recipient address

后端 未结 2 369
甜味超标
甜味超标 2021-01-21 06:07

I\'m getting the next error on phpmailer when trying to send an email to a recipient address containing the letter \"ñ\", e.g.:

Fatal error: Uncaught exce

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-21 06:33

    It seems that those kind of chars aren't allowed to be part of the "local part" of the email address http://en.wikipedia.org/wiki/E-mail_address#Local_part.

提交回复
热议问题