Hello,
Error SMTP (535): Ha fallado la autenticación.
How should I solve this error sending mails?
Thanks.
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.