Roundcube Community Forum

Release Support => Pending Issues => Topic started by: emparcosina on November 20, 2017, 05:05:08 AM

Title: Error SMTP (535): Ha fallado la autenticación.
Post by: emparcosina on November 20, 2017, 05:05:08 AM
Hello,

Error SMTP (535): Ha fallado la autenticación.

How should I solve this error sending mails?

Thanks.
Title: Re: Error SMTP (535): Ha fallado la autenticación.
Post by: jgarcia on December 20, 2017, 07:16:57 PM
You must edit the file "config/config.inc.php " and find the line

      $config['smtp_user'] = '%u';

delete %u like this

      $config['smtp_user'] = '';

I think this will resolv your question.