Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: associates on July 26, 2006, 12:04:20 AM

Title: Can't send mails out
Post by: associates on July 26, 2006, 12:04:20 AM
Hi,

I was wondering if anyone might be able to help me with this issue. I had troubled in sending emails out. It says "Failed to send" on the top of the screen.

When i looked into the error logs file, it says
[26-Jul-2006 13:39:33 +1000] SMTP Error: SMTP error: Failed to add recipient 'myfriend@yahoo.com.au'
 in C:\AppServ\www\roundcubemail\program\steps\mail\sendmail.inc on line 258

in the main.inc.php,
$rcmail_config['default_host'] = 'localhost';
$rcmail_config['default_port'] = 143;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = '';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '';
$rcmail_config['smtp_server'] = 'smtp.mydomain.com.au';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';

Your help is greatly appreciated.

Thank you in advance

Title: Re: Can't send mails out
Post by: associates on July 26, 2006, 03:05:11 AM
Hi again,

It works now, I set the wrong SMTP.

Thank you