Report this

What is the reason for this report?

How to make mails do not reach spam?

Posted on February 15, 2017

When somebody try to contact any of the providers on my page, through the contact form that each provider has, the email gets spam



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@babyjungle

We’d really need more details about what you’re using for your contact form and how the data that is submitted is being processed before we can really pinpoint why it’s landing in SPAM versus actually being delivered.

For example, if you’re using PHP and PHP’s native mail() function, if there’s no actual validation and you’re not using an external SMTP server, or you own valid mail server, then mail sent will most likely end up in SPAM as the receiving server has no way of telling if who sent the e-mail is actually who they say they are.

Hi, usually adding address to contacts prior receiving any email will prevent it to send new messages to spam mail. So, every contact form is sending a message from its address. Put that address to your contacts and it should work fine. To be sure which mail address is contact form sending a message from, just send one to yourself.

Cheers

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.