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

Gmail is marking PHP emails as spam

Possible Duplicate: How to send validation email without going into the spam folder? I have this PHP server that sends verification emails to the users. Whenever the system sends a verify verifcation to a user, GMAIL marks it as spam. What do I…
Eli
  • 107
  • 1
  • 10
-1
votes
1 answer

Python Email Spammer multiple Emails not working

im currently making a Email Spammer that can send one message to multiple emails. Now. This is my Code: print ' ' sender = raw_input('Attacker Email: ') print ' ' subjcet = raw_input('Subject: ') print ' ' …
-1
votes
1 answer

codeigniter : My emails are sending to spam on gmail

public function booking() { $this->load->helper(array('form')); $this->load->library(array('session','email')); $this->load->helper('string'); …
Amal
  • 19
  • 3
-1
votes
3 answers

Sending a reply mail using PHP

I am sending a reply mail using PHP to those who send a mail to me. My problem is when I send an email, it sits in the spam folder. What do I do in order to deliver mail correctly. What should I do? My code
venkatachalam
  • 102,353
  • 31
  • 72
  • 77
-1
votes
1 answer

Email spams php function getting bypassed

I have just added a CAPTCHA to a page to block spams but we are getting spams as usual. The website is using Html, Php, Javascript and unsecured http only and nothing else. I am generating and comparing captchas in Php using if statement. I am also…
ulka
  • 1
  • 1
-1
votes
1 answer

iRedmail: Email lands in SPAM for Hotmail

I am running a webserver hosting two domains (domain1, domain2). Further, I am using iRedmail as the mailserver. I can receive emails for both domains, however, when I try to send a mail from either of the two domains, the mail lands in the SPAM…
Dr3w Br1ck13
  • 187
  • 1
  • 5
  • 14
-1
votes
1 answer

Should the email header be ignored when using an email dataset for machine learning?

I have been looking at email datasets for machine learning and noticed that the emails contain header information in addition to email content. Is it best to ignore or skip over the header and focus on the email content? Or, should the header be…
A. Buhman
  • 93
  • 1
  • 4
-1
votes
3 answers

Working send emails with Laravel 5.4

I'm using Laravel for sending emails. I'm trying to send a email with a message and save in Database. But this happens: The email is sent to the correct address but not the message. How can I show the message in the view of the email? This is my…
Luiz Villalba
  • 149
  • 1
  • 2
  • 13
-1
votes
1 answer

Is it advisable to send news letter from own servers or using mail clients like conatantContact & MailChimp

Is it advisable to send news letter from own servers or using mail clients like conatantContact & MailChimp. my webserver has lot of limitation in sending newsletter(double opt-in) especially the email count as this is a shared servers. Please…
gourav
  • 1,397
  • 5
  • 20
  • 31
-1
votes
2 answers

Spam classification and 127.0.0.1 in email headers

Is it a problem if 127.0.0.1 appears in email headers? Example: Received: from baobabsmail.baobab.fi ([127.0.0.1]) I ask because emails sent from my server to @outlook.com addresses end up in the spam folder and this is the last thing I can think…
Atte Juvonen
  • 4,922
  • 7
  • 46
  • 89
-1
votes
2 answers

IDEA: Do you think this would stop emails from being scraped?

I put a span class in the middle of the email, like so: exampleDELETE-THIS@website.com I set the scrape class to position:fixed and right:200%. The email address appears normally on the page. Then I added some Javascript…
-1
votes
1 answer

Email Masking in wordpress widget

I have a wordpress website in which we have used widgets and we have added html mail like this my email I want to protect this email id from spams when user did view source. I already disabled copy…
Hitesh
  • 57
  • 6
-1
votes
1 answer

how-to bann/block spam php scripts?

I could detect some PHP-scripts which are sending spam emails. Is there a way to bann or block files like this? Do I have to delete those files or does "chmod 0 spam.php" help to stop sending spam emails? I can't find a solution via Google. I hope…
checker284
  • 1,286
  • 3
  • 14
  • 29
-1
votes
2 answers

How to block spam mails in inbox using php

I have coded a contact us form and its process page for one of my client in php When a user submits the form a mail is generated and its redirected to my clients inbox Here im getting a terrible hundreds of unknown spam mails at the end of the day,…
Saideep Kankarla
  • 423
  • 1
  • 5
  • 10
-1
votes
5 answers

How to receive "report spam" complaints for a newsletter service?

I'm building an email newsletter service. Obviously we are doing regular opt-out links and everything like that, but I'm wondering...when a user in Gmail does the "report spam" button (or equivalent in any email client) how can we receive these…
Brian Armstrong
  • 19,707
  • 17
  • 115
  • 144
1 2 3
20
21