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
3
votes
1 answer

How to identify emails sent by humans?

I am working on a project, where I need to identify emails sent by real humans as opposed to bulk mails, notifications and newsletters. Is there any definite way of doing that? Is there any information in email header which can help. I am working on…
Kuldeep Kapade
  • 1,095
  • 3
  • 12
  • 17
3
votes
3 answers

Least Troublesome Email Format

Does anyone have a reason / preference as to the best format to send email responses from a website (payment confirmation / password reminder’s etc)? Thanks Jon
Jon
  • 377
  • 2
  • 11
3
votes
3 answers

Keeping track of whether an email has been opened

I'm using rails 2 for this app, with ActionMailer, but this is a general question about emails. When we send out emails, i save a record corresponding to the email in a database table. I'd like to keep track of whether people have read the…
Max Williams
  • 32,435
  • 31
  • 130
  • 197
3
votes
1 answer

send grid email possibly on black list

I have been successfully using Sendgrid through Azure to send critical system updates to my clients for some time. All of my emails have suddenly started to become 'Deferred' before either being sent or blocked. I've done some research and there is…
Steven
  • 177
  • 1
  • 10
3
votes
1 answer

What's the most straightforward way to delete emails marked as spam by SpamAssassin?

I'm on Ubuntu Intrepid, using Postfix and SpamAssassin. I've seen approaches using procmail (like the one suggested @ Apache), but I'm looking for a solution that does not use procmail. This is a programming question because the correct answer will…
Nick Sergeant
  • 35,843
  • 12
  • 36
  • 44
3
votes
2 answers

Setting up Reverse DNS Records

This question is not directly programming related but I need my Server to pass Spam filters for my app to work properly. I talked to my ISP about rDNS and the guy from tech-support told me if I write an email with what they should add to my DNS…
niklasfi
  • 15,245
  • 7
  • 40
  • 54
3
votes
1 answer

Checking email addresses for Spam Honeypots

Is there an API (preferably PHP based) or another means of checking a use-inputted email address against a list of known email honeypots or other email-address related spam stopping techniques? Context: I'm working on a system to handle contacts for…
jdp
  • 3,446
  • 2
  • 30
  • 54
3
votes
3 answers

How to send validation email without going into the spam folder?

I have a PHP website that send a validation code when a new account is created. My problem is since few months, a lot of those email goes in the spam folder. I thought of a solution that is to use an "external service" to send my email instead of…
Patrick Desjardins
  • 136,852
  • 88
  • 292
  • 341
3
votes
1 answer

What's the best way to send emails from a web server to miminise bouces-backs and spam blocks?

I've got a web server that sends email (from IIS 5.1) to clients throughout the world. I have found that sometimes emails get bounced on valid addresses, or they never arrive, or get treated as spam. I'm considering using am external SMTP…
Muxa
  • 5,563
  • 6
  • 46
  • 56
3
votes
1 answer

How to make sure email you send is not automatically marked as spam?

I run a social video website. User's across varied geographic location use this website for e-mailing about the video contents to other people. But my clients report that e-mails they send are automatically marked as spam.I do not want my e-mails…
GethuJohn
  • 233
  • 2
  • 11
  • 23
3
votes
1 answer

How to protect visible email address from spam with gem for Ruby 4?

I'd like to obfuscate an email address on my webpage. I'm hoping to avoid JS in case my users deactivate it. I found this gem: actionview-encoded_mail_to but it doesn't seem to work for me. It shows the full email address on the page (which is…
Lauraponi
  • 319
  • 2
  • 12
3
votes
1 answer

Send urgent/high priority e-mails automatically

Although using Python, I set the headers as described here would result in flagging my e-mails as spam by SpamAssassin. I am sending reminders for un-paid invoices, so I would like to do anything in my power to make the receiver aware of the e-mail…
YnkDK
  • 681
  • 9
  • 26
3
votes
2 answers

Inputs for Neural Network for email spam detection

I am trying to implement Neural network for email spam detection. I have neural network for solving XOR problem and I want to edit that network for my purpose and use ba. Its accessible here: https://github.com/trentsartain/Neural-Network I…
3
votes
2 answers

How can I stop cruise control re-building after a failed build?

I got back from the weekend to discover that somebody ****ahem**** had missed a file commit last thing Friday afternoon... Cruise control has been having fun, and tried to re-build every five minutes since then despite no further commits. This means…
RodeoClown
  • 13,338
  • 13
  • 52
  • 56
3
votes
3 answers

Email to be sent out from a dedicated server with different IP

We have three domains hosted on one dedicated server each with its own dedicated IP. Domain A - Has the server primary IP address (default server IP) Domain B - Has its own IP address Domain C - has its own IP address If an email goes out from…
ToughPal
  • 2,231
  • 5
  • 26
  • 30