Roundcube Community Forum

Release Support => Pending Issues => Topic started by: godqueue on January 13, 2015, 06:19:07 AM

Title: send mail 550
Post by: godqueue on January 13, 2015, 06:19:07 AM
send mail

[12-Jan-2015 16:02:07 PRC] PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 550 A valid address is required. in D:\WWW\webmail\program\lib\Roundcube\rcube.php on line 1652

send mail addr:
[email protected], 'XX项目组' <[email protected]>, '[email protected]', '[email protected]', [email protected], "Wang, Jingna" <[email protected]>, "Cai, Ying2" <[email protected]>, "Hu, Yili" <[email protected]>, "Yang, lili" <[email protected]>, [email protected], '[email protected]', '[email protected]'


Email address is too long
    demo address:"xxxxxx 张三 行政部 [email protected]" <[email protected]>
or the name in ","
    demo address : "Cai, Ying2" <[email protected]>"

will send mail error : SMTP server response: 550 A valid address is required. in D:\WWW\webmail\program\lib\Roundcube\rcube.php on line 1652

How to solve this problem?
Title: Re: send mail 550
Post by: godqueue on January 18, 2015, 02:51:57 AM
top。。。
waiting...
Title: Re: send mail 550
Post by: JohnDoh on January 18, 2015, 04:32:37 AM
The PHP mail() function has a lot of limitations. You should use an SMTP server if you can.