I want to know if using PHPmailer functions to send HTML or plain emails would be not considered as SPAM by mail servers if it would originate from the domain with the same name.
For example :
- sending email with PHPmailer as "info@mydomain.com" originating from "mydomain.com" domain (as opposed to say GMail server or other mail servers).
I have a "password lost" system that sends emails to people using my website/portal and so far i tested the function with my GMail account. I wonder that when I will move to new hosting, linux box, and configure the domain on that box, and add a mail account and use PHPMailer locally, with that mail account, maybe it would be totally cleaner and will not go in SPAM folders when I sent mails.
Let me know your thoughts about it, and if this really works
thanks,