Questions tagged [email-spam]

Spam is the use of electronic messaging systems to send unsolicited bulk messages indiscriminately.

E-mail spam, known as unsolicited bulk Email (UBE), junk mail, or unsolicited commercial email (UCE), is the practice of sending unwanted e-mail messages, frequently with commercial content, in large quantities to an indiscriminate set of recipients. Spam in e-mail started to become a problem when the Internet was opened up to the general public in the mid-1990s. It grew exponentially over the following years, and today composes some 80 to 85% of all the email in the world, by a "conservative estimate". Pressure to make e-mail spam illegal has been successful in some jurisdictions, but less so in others. Spammers take advantage of this fact, and frequently outsource parts of their operations to countries where spamming will not get them into legal trouble.

Why Did My Email Land in the Spam Folder?

Because the recipient had a filter in place. There is no way you can influence what the recipient does to block or accept your email, and hence, there is no programmatic solution to this problem. (If there was a way to make sure the email your program sends is delivered to the recipient, spammers would promptly start doing that, mail server administrators would prompty respond, and then it would no longer work.) Therefore, questions about email deliverability are off-topic for StackOverflow. See also this meta question.

310 questions
6
votes
7 answers

Do you hide email addresses to "spam bots" on websites?

Although there are still bots harvesting emails, I'm wondering if you hide email addresses on websites. I know this was common practice a few years back, but it seems that it's starting to fade. Reasons not to: most email servers include quality…
Darryl Hein
  • 142,451
  • 95
  • 218
  • 261
6
votes
6 answers

Dynamic IP-based blacklisting

Folks, we all know that IP blacklisting doesn't work - spammers can come in through a proxy, plus, legitimate users might get affected... That said, blacklisting seems to me to be an efficient mechanism to stop a persistent attacker, given that the…
Alex Weinstein
  • 9,823
  • 9
  • 42
  • 59
5
votes
3 answers

Is there some Indy best practice to avoid to generate email marked as spam?

This question is the non spam bible. Anyway in addition to that when generating programmatically emails with Indy which are the best practices to follow to minimize the possiiblity of being marked as SPAM?
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
5
votes
2 answers

Email exist verification

Is it possible to check if an email-address is existing? I have earlier heard that it was possible through "contacting" the email-host, but it could be "dangerous" because your domain could be banned by the respective email-host an treated as spam.…
Lehto
  • 257
  • 1
  • 14
5
votes
3 answers

trouble with hostedemail blacklist

The mail server I manage is clean according to 92 blacklists checked by MXToolbox. But ... host mx.ecentral.com.cust.b.hostedemail.com[64.98.36.4] refused to talk to me: 421 4.7.1 Service unavailable; Client host [My Server IP] blocked…
Daniel Wilson
  • 382
  • 3
  • 4
  • 14
5
votes
2 answers

Email Spam Filtering at the Code Level in Java

I'm writing code to download email from various servers, some of which are outside of my control. I'd like to be able to filter out spam at the code level since I can't always rely on the servers to do it effectively. What resources in Java are…
Ryan Elkins
  • 5,731
  • 13
  • 41
  • 67
5
votes
3 answers

How to setup disposable email aliases (craigslist style)?

Writing my own "craigslist" in .NET, trying to figure out how to create disposable email aliases (craigslist type)? Here's what I mean by "craigslist style". My website is: somecoolurl.com User creates an account, but doesn't want to give…
roman m
  • 26,012
  • 31
  • 101
  • 133
5
votes
2 answers

Guidelines for email newsletter service

I'm implementing a email newsletter sender service using .NET and Windows Server technologies. Are there comprehensive guidelines which could help avoiding emails being trapped by spam filters and other mechanisms? They should cover all aspects of…
splattne
  • 102,760
  • 52
  • 202
  • 249
4
votes
2 answers

Can anyone understand or read Microsoft anti-spam email headers?

I am setting up a small online business and have used wix.com to create a website. I created some email triggers using the websites automations which send the emails on behalf of my email domain using ascendbywix.com. The customer receives the email…
4
votes
1 answer

System.Net.Mail.MailMessage Raw Content / Spam Assassin

What I am trying to do is pass the raw content of an outgoing email to spamassassin in order to calculate a spam score. I am stuck in how I might get the raw content of the email. My C# code currently just constructs the MailMessage and passes it…
Martin
  • 2,865
  • 4
  • 24
  • 22
4
votes
2 answers

Email Delivery Question

This question comes on the heels of the question asked here. The email that comes from our web server comes from an IP address that is different than that for the Exchange server. Is this okay if the SPF and Domain keys are setup properly?
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
4
votes
11 answers

How to display an email address for users but hide from robot? Is there a simply way to do it using PHP, Javascript or Jquery?

Is there an elegant and easy/simple way to do it using PHP, Javascript or Jquery?
Steven
  • 24,410
  • 42
  • 108
  • 130
4
votes
2 answers

Why my website emails go to SPAM box?

All emails that my site is sending are going to SPAM box in Gmail (I haven't tested other email servers). I'm sending emails through Gmail using my own domain (via Google Apps). I send the emails using the PHPMailer library: $mail = new…
Ivan
  • 14,692
  • 17
  • 59
  • 96
4
votes
0 answers

email sent by javamail is considered as spam

I'm trying to develop an application that sends mail. It work well, but if i send an email from Gmail to hotmail, it's considered as spam. Here is a piece of code that describes the parameters of smtp server Properties props = new Properties(); …
Abdousoft
  • 97
  • 1
  • 3
  • 12
3
votes
5 answers

Must an SMTP client provide the MTA a globally resolvable hostname in the HELO?

In short: I'm trying to figure out if I should tell a mail administrator of a friend's employer whether their mail configuration should be fixed, or if I should revise my own policy to be more liberal in what I accept, or neither. A friend was…
Daniel Papasian
  • 16,145
  • 6
  • 29
  • 32
1 2
3
20 21