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
2
votes
4 answers

How can I use PHP to obfuscate email addresses so they are not easily harvested by spammers?

I'm programming in PHP and would like to create web pages which have email addresses that are easily read by humans but not easily harvested by spammers. The email addresses are coming from user input, and I think I can identify an address by using…
alex
  • 479,566
  • 201
  • 878
  • 984
2
votes
1 answer

Errbit keeps spamming emails

im using errbit 0-3 stable and its working really good . but the problem is sometimes it start spamming me emails for the same error but different hashes like the following : Mongo::Error::NoServerAvailable: No server is available matching…
2
votes
2 answers

SMTP error from remote mail server after end of data: 550 High probability of spam with PHP mail()?

This is my mail $to = $email; $subject = "Welcome To Website"; $header = "from: Website "; $message = "We have created your account on Website with username,".$username.""; $message .= ". To verify your account please…
SanJeet Singh
  • 1,291
  • 2
  • 15
  • 28
2
votes
2 answers

How to make a spam tester

In my project I need to make a spam tester to check the spam score of the mails prepared to be sent. When I searched, I found Spam Assassin, which they say is used as sapm filters in many mail servers. Can I create a spam tester using Spam Assassin?…
aquero
  • 843
  • 4
  • 13
  • 30
2
votes
2 answers

PHP Mail is Being Sent to Spam

I know that there are many similar questions on this site, but none of them helped me. I have the following PHP code:
Veo
  • 291
  • 3
  • 14
2
votes
3 answers

PHPMailer - E-mails tagged as spam

I'm currently having some troubles with some e-mails domain. Actually, when I send a message to those domain, I get this message back : The original message was received at Thu, 12 Feb 2015 10:34:27 +0100 from smtp3.infomaniak.ch [84.16.68.91] …
Tidus
  • 116
  • 1
  • 1
  • 6
2
votes
3 answers

C# change e-mail 'from' address to a user-provided one

We have an app that allows users to send e-mails from our system. It allows the user to specify their e-mail address, and gives them several standard templates to use as a starting point for their e-mail. When we send the e-mails, we use the…
Jeff
  • 2,835
  • 3
  • 41
  • 69
2
votes
2 answers

Is there a good API for blacklisted domains?

just curious if there was a good service paid or unpaid where I can send in either a user's email address or the domain from their email address and get back if they're a known spammer or not? thanks
James
  • 15,085
  • 25
  • 83
  • 120
2
votes
3 answers

sending email with PHP (preventing from being placed in spam folder)

i am trying to send email using PHP scripts... however, the recipient is receiving it in his/her SPAM folder -this is not the desired result (I would like to have it sent directly to their inbox so that I don't have to warn them to look in their…
Rees
  • 1,757
  • 9
  • 33
  • 50
2
votes
1 answer

Email goes to spam because of "HTML Obfuscation"

According to the spam-test available at this link -- The automated, "Thank you for signing up" emails are going into the spam folder because : SPAM: BODY: Message is 10% to 20% HTML obfuscation (-32) However, I can't find anything that explains…
rm-vanda
  • 3,122
  • 3
  • 23
  • 34
2
votes
2 answers

Tracking emails clicks that is not spam

I'm placing various advertising within emails the site I'm working on sends out. I want to track these but not risk the emails being caught as spam. From my research it seems the going way to track clicks on links in emails is to use redirection.…
Shane
  • 2,375
  • 4
  • 22
  • 31
2
votes
2 answers

local.cf spamassassin

Actually I am trying to write one rule in local.cf spamassassin. What I need is to block all Viagra emails. As you know in these emails they write Viagra,VIAGRA,VIAGRA(c) sometimes in the Subject field, sometimes in the Name field, sometime it is…
air
  • 6,136
  • 26
  • 93
  • 125
2
votes
1 answer

phpMailer gmail spam

I use phpMailer, but I have a problem: when the recipient is Gmail or Yahoo my email ends up in the spam folder. How is it possible? The code is this: $mail->AddCustomHeader('Reply-to:info@myemal.com'); …
Beb Pratza Ballus
  • 221
  • 1
  • 5
  • 14
2
votes
3 answers

Mass Emails Getting Rejected by Google

I need help automating mass emails I'm sending daily. I'm trying to send out automated mass emails through a Gmail account (My Business uses Google Apps). I built a Java program that allows me to enter my credentials (gmail username & password),…
Brett
  • 115
  • 2
  • 6
2
votes
1 answer

Must follow rules when sending emails with php and smtp to avoid beeing marked as spam or getting filtered

I am writing a PHP script with login system which sends activation emails once the registration process has successfully accomplished, however I've noticed that for some email providers my emails notifications goes straight into spam folder or…
im7xs
  • 195
  • 2
  • 2
  • 12