tibberous Posted August 15, 2008 Share Posted August 15, 2008 We have a site that sends out non-spam emails (admin notifications, invoices and a newsletter you can turn off). Yahoo blocks it as spam. I keep hitting 'Not Spam', but it still says it is. What is the best way to get unmarked as spam? Can't you put an SSL cert on an email somehow? Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/ Share on other sites More sharing options...
corbin Posted August 15, 2008 Share Posted August 15, 2008 Do you have MX records? Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-617672 Share on other sites More sharing options...
tibberous Posted August 16, 2008 Author Share Posted August 16, 2008 Nope. We could... like, the server supports them, but we don't use them. Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-617777 Share on other sites More sharing options...
corbin Posted August 16, 2008 Share Posted August 16, 2008 I think some email servers are picky about MX records existing. Could be something else though. Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-617842 Share on other sites More sharing options...
PFMaBiSmAd Posted August 16, 2008 Share Posted August 16, 2008 Everything about your email server (DNS records, ...), the mechanics of your email (from/to addresses, headers), and the content (subject and body) must be correct and non-spam like for it to get accepted at the receiving mail server and get past spam filters. For minor DNS record problems, the receiving mail server will start adding up points toward voting the email as junk/spam. For major DNS record problems, the receiving mail server will simply discard the email. You need to have all A, MX, SPF, reverse DNS/PTR... records in place. Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-618007 Share on other sites More sharing options...
TheFilmGod Posted August 16, 2008 Share Posted August 16, 2008 Typically, you don't get marked for spam unless some peeps who use yahoo have marked you as spam. This is caused not by machine but by people. Can you post an example of your email? Are you familar with the non-spamming law in the European Union and US? Did you know that you must have unsuscribe link, a physical mailing address, a reason why you are sending the email, and a various other things to be able to send commericial-like email legally to the EU and US? If you are follow these legal procedures, then you should contact yahoo and be put on the "whitelist." Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-618217 Share on other sites More sharing options...
Maq Posted August 24, 2008 Share Posted August 24, 2008 In my opinion learning and getting familiar with basic languages like HTML and JS should be a prerequisite to learning server side languages like PHP. Of course you can build basic websites with HTML but they won't be very dynamic. Have you ever considered Ruby on Rails? Quote Link to comment https://forums.phpfreaks.com/topic/119863-not-getting-marked-as-spam-certificate-emails/#findComment-624033 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.