← Back to team overview

mahara-contributors team mailing list archive

[Bug 670683] Re: SMTP Error: Could not authenticate.

 

I see what you mean Francois. I think moving SMTP settings to UI as
default place for new user where smtp should be configured is better
than configuration line with nested arrays, which might be too
complicated for inexperienced user. But for possibility of dynamic
configuration changes we should support configuration file smtp settings
as well. So, I suggest to implement all what you mentioned: config line
with multidimensional array, backward compatibility with old syntax and
UI under site adm ;)) We might aim this to version 1.4.

-- 
SMTP Error: Could not authenticate.
https://bugs.launchpad.net/bugs/670683
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
I set this on my config.php and config-defaults.php on the lib folder file



$cfg->smtphosts = 'smtp.gmail.com';
// If you have specified an smtp server above, and the server requires authentication, 
// enter them here
$cfg->smtpuser = 'leonelvsc@xxxxxxxxx';   
$cfg->smtppass = '**************************';


any ideas?





References