Questions tagged as 'spam'

5
answers

How to prevent spam in contact forms without using CAPTCHA?

I'm looking for a simple and efficient solution to avoid spam in contact forms. The idea is that the client does not need to inform that he is a "person" (CAPTCHA example), the submitted form must be clean (the client should not see anything...
asked by 28.05.2014 / 23:41
2
answers

Email limit received from the same domain

There are SPAM source verification policies that are based on the amount of emails that a particular domain is sending per hour. These policies can be internal such as those applied by Google, or general as is the example of lists of SPAM....
asked by 29.10.2014 / 23:06
1
answer

How to send 200 emails (not newsletter) without running the risk of going to spam list?

Every month we send 200/300 handmade emails with variable text to customers of the month (not newsletter). Via PHP I can make the text dynamic, and send it automatically, but the problem is sending 200 emails without the domain going to a spam l...
asked by 14.01.2016 / 15:00
1
answer

The method that sends email works, but how to prevent the amount of incoming emails from being spam?

I have a method that sends email back ground that works well, but I need to make sure that as the amount of incoming email does not come from Spam. I have already researched the Java Message Service (JMS) framework but I have not found a way to...
asked by 19.02.2015 / 20:53
0
answers

PHPMailer is going to spam

I'm using phpmailer to send email, but it's falling into spam in hotmail and gmail. I tested connecting smtp in another domain and went to the inbox right away. Are there any settings I can make to prevent this? The domain is new, so it's not in...
asked by 20.06.2018 / 13:49
0
answers

IP barred in blacklist

I have an ip that was barred on a blacklist. The message that appears in zabbix is as follows: "xxx.xx.xx.xxx Listed in dnsbl.othello.ch" . Where xxx.xx.xx.xxx would be ip. Do you know how I can remove this IP from this spam list...
asked by 23.01.2018 / 14:09
0
answers

How to send a signed email with php? Does it make any difference to spam checking?

Well, I created a website, and it has the password recovery method. But emails sent with PHPMailer or by php itself, always fall into the spam box. I wonder if it has something to do with signing the email, as big companies do (image). I also ha...
asked by 25.04.2017 / 05:45