I try to send an e-mail with Swiftmailer. But it doesn't work... This is what I tried:
$transport = Swift_SmtpTransport::newInstance('smtp.life.com', 25)
->setUsername('olivier-zwat@hotmail.be')
->setPassword('the correct pasword');
I can't find the solution for solving this problem... *BTW I'm a Dutchman! ;-)