I am having some problem on sending email through my company's website.
My company is using an Exchange Server for mailing.
Therefore, the email sent from my website HOST address not match the DOMAIN address and yahoo detected my mail as a spam or some mail service blocked and rejected.
Received-SPF: none (domain of xxxxx.com does not designate permitted sender hosts)
Php Mailer return the following:
SMTP ERROR: Failed to connect to server: Connection refused (111) SMTP connect() failed. Mailer Error: SMTP connect() failed.
i would like to prevent spam and able to send email through SMTP authentication, what can i do in this situation,? Thanks.