cant setup email

SO I used Softaculous which never asked me to enter my smtp setting for email.
I found file .env adn added my smtp settings . I use google apps so
MAIL_PORT=587
MAIL_DRIVER=smtp
MAIL_ENCRYPTION=tls
MAIL_HOST=smtp.gmail.com
MAIL_USERNAME=my full email
MAIL_FROM_ADDRESS=my email
MAIL_FROM_NAME=name
MAIL_PASSWORD=password

I get message " There was a problem sending the emai"
I looked in my log file in /storage/logs/laravel.log
[2015-10-25 04:11:14] production.ERROR: Email Error: Connection could not be established with host smtp.gmail.com [Connection timed out #110]
{“context”:“PHP”,“user_id”:“1”,“user_name”:"name ",“url”:“http://mydomainname.com/invoice/public/invoices/1",“user_agent”:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36”,“ip”:“my IP address”,“count”:4}

[2015-10-25 04:19:20] production.ERROR: Email Error: Connection could not be established with host smtp.gmail.com [Network is unreachable #101]
{“context”:“PHP”,“user_id”:“1”,“user_name”:"myname ",“url”:“http://mydomainmane.com/invoice/public/invoices/1",“user_agent”:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36”,“ip”:“my ip address”,“count”:5}

What can I do to make this work

thanks

One more problem with email.
I went to settings clicked on add new user . Entered information and email then clicked send invitation . I got message that invitation sent but i did not get any email. i put my email as a user to test it .

From the error in the log file I don’t think you’ll be able to send invitations or emails.

There are some good suggestions to resolve the error in the following Stack Overflow question:

http://stackoverflow.com/questions/25517281/swiftmailer-connection-could-not-be-established-with-host-smtp-gmail-com-conne

OK , I got it fixed . If you host invoice ninja on bluehost you can not use smtp.google.com.
You have to create email account in bluehost then use that settings . For Example

MAIL_PORT=465
MAIL_DRIVER=smtp
MAIL_ENCRYPTION=ssl
MAIL_HOST=boxXXX.bluehost.com