Roundcube Community Forum

 

Failed to reply with the sender name : failed to send message

Started by amorino, December 30, 2007, 11:40:01 AM

Previous topic - Next topic

amorino

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 :
QuoteA 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



Syfox

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';

amorino

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