I use swiftmailer in Laravel 5.1 to send email. The swiftmailer works fine at my local machine but at production server, it sometimes cannot connect to email server (connection time out #110).
My firewall allowed all from host to mail server.
How can I fixed?