phpmailer with smtp send mails to spam

phpmailer with smtp send mails to spam

i have my phpmailer script working perfectly, but every time that an email is send from de form of my website it ends at the spam.

i'm using my domain (nvschile.cl) as smtp host because the smtp.zoho.com server doesn't works for me, and the email that I receive has the username of the client, for example: I fill the contact form on the website with my info (name: aaa, email: a@b.c, message: lorem.....) then the email have this format:   from: a@b.c <aaa> message: Lorem...... 

is possible to stop receiving those message as spam and get those on the inbox?