Author Topic: Error SMTP (535): Ha fallado la autenticación.  (Read 3875 times)

Offline emparcosina

  • Newbie
  • *
  • Posts: 1
Error SMTP (535): Ha fallado la autenticación.
« 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.

Offline jgarcia

  • Newbie
  • *
  • Posts: 1
Re: Error SMTP (535): Ha fallado la autenticación.
« Reply #1 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.