Hello
Posted: Mon Feb 02, 2009 2:53 am
I want to send an email using Swift Mailer but I receive the following error:
Is it maybe because I should use the gateway ? How ?
The SMTP connection failed to start [tls://smtp.telfort.nl:465]: fsockopen returned Error Number 60 and Error String 'Operation timed out''.
Code: Select all
$smtp = new Swift_Connection_SMTP("smtp.telfort.nl", Swift_Connection_SMTP::PORT_SECURE,
Swift_Connection_SMTP::ENC_TLS);thankssmtp.telfort.nl
(10.0.0.1 as a gateway).