Smtp Mail Issue

I am having an issue when setting up SMTP. I can send email through gmail using my servers SMTP account. The problem I believe is that gmail makes me use my IP address for my SMTP server instead of smtp.anglers-marketplace.com. I can get mail to send using the SMTP email settings using my hostname anglers-marketplace.com but the emails sent are not using TLS even though I have that selected in my settings. Here are some screen shots.

The image smtp_not-secure sends mail but it is not secured using TLS like it should be.

The smtp_not-work does not work at all. It also doesnt work if I use my IP address for SMTP host.

I also attached my profix main.cf and master.cf so you can see my settings. Thanks for the help.

smtp_not-secure.JPG

smtp_not-work.JPG

main.cf.JPG

master.cf.JPG

I added this to my main.cf

smtpd_use_tls = yes
smtp_use_tls
= yes
smtpd_tls_security_level
= may
smtp_tls_security_level
= may

Stil email sent form cs cart is not being secured via TLS like the settings suggest.

I think its working correctly now. Emails are showing as TLS encrypted.