Roundcube Community Forum

 

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

Started by emparcosina, November 20, 2017, 05:05:08 AM

Previous topic - Next topic

emparcosina

Hello,

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

How should I solve this error sending mails?

Thanks.

jgarcia

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.