Comment 5 for bug 795589

Revision history for this message
Michael Wuttke (wuttke-berlin) wrote : Re: [Bug 795589] Re: Couldn't send email to user

Hello François,

here the mail configuration that I put in the mahara config.php:

$cfg->emailcontact = 'my-email-adress';
$cfg->smtphosts = 'my-smtp-mailout-server';
$cfg->smtpuser = 'my-user-name';
$cfg->smtppass = 'my-password';
$cfg->smtpport = 25;
$cfg->smtpsecure = '';

Thank you for the help!
michael