Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Randalldw on November 26, 2010, 09:29:25 PM

Title: Sending Messages issue
Post by: Randalldw on November 26, 2010, 09:29:25 PM
When I try to send a message in roundcube it says smpt issue (535) authorization failure how do I fix this?
Title: Sending Messages issue
Post by: JohnDoh on November 27, 2010, 03:55:04 AM
in your config check that you have set these correctly
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$rcmail_config['smtp_user'] = '';

// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';