Reply To: Debugging email

#643
ppmt
Participant

Right!!!!!

I managed to send an email at last!

But I had to modify the file Inc/Claz/Email.php line 81 to add ssl like this:

$transport = new Swift_SmtpTransport($config->email->host, $config->email->smtpport<strong>, 'ssl'</strong>);

is there any reason why the email.secure from custom.config.php is not used?