Roundcube Community Forum

Release Support => Pending Issues => Topic started by: amorino on December 30, 2007, 11:40:01 AM

Title: Failed to reply with the sender name : failed to send message
Post by: amorino on December 30, 2007, 11:40:01 AM
Hi my freinds,
I have a problem when replying to a e-mail it does this:

"lastname, firstname" roundcube will not send till I take out everything except for the E-mail address...

Error message: failed to send message

and after i automaticly receive an e-mail that says :
Quote
A message that you sent contained one or more recipient addresses that were
incorrectly constructed:

 .:: username::. : missing or malformed local part (expected word or "<")

This address has been ignored. There were no other addresses in your
message, and so no attempt at delivery was possible.

------ This is a copy of your message, including all the headers. ------
.......
NB: i'm hosted in site5 servers

Have i missed something?
Please give me the solution
Thank you and happy new year 2008
Title: Re: Failed to reply with the sender name : failed to send message
Post by: amorino on February 16, 2008, 05:30:23 PM
Roundup ;)
Title: Re: Failed to reply with the sender name : failed to send message
Post by: amorino on February 19, 2008, 12:58:10 PM
No answer my freinds?
Title: Re: Failed to reply with the sender name : failed to send message
Post by: Syfox on February 21, 2008, 11:19:54 AM
hey
i was just playing around with the main.inc.php file and my problem was fixed!
this is what i changed:

$rcmail_config['smtp_server'] = '';
to
rcmail_config['smtp_server'] = '127.0.0.1';

and

$rcmail_config['smtp_auth_type'] = '';
to
$rcmail_config['smtp_auth_type'] = 'PLAIN';
Title: Re: Failed to reply with the sender name : failed to send message
Post by: amorino on March 02, 2008, 01:40:13 PM
Hello,
Thanks a lot

I'm not on the local but on the server apache with site5 hoster

what should i change in this line?
rcmail_config['smtp_server'] = '127.0.0.1';

The ip of my site or the IP of the server E-mail?

Best regards
Amorino