Author Topic: Sending Messages issue  (Read 2627 times)

Offline Randalldw

  • Newbie
  • *
  • Posts: 1
Sending Messages issue
« 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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Sending Messages issue
« Reply #1 on: November 27, 2010, 03:55:04 AM »
in your config check that you have set these correctly
Code: [Select]
// 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'] = '';
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦