python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Email still dropping into SPAM after SPF etc.; why?
I've automated the sending of my e-mails in PHP using PHPMailer:
$mail->isSMTP();
$mail->SMTPAuth = true;
$mail->Host = $host; // verified with my host
$mail->Port = 465;
$mail->Use...
DevelJoe
Votes: 0
Answers: 0
Slide to unlock to avoid spam
I've searched but it seems a new question.
My personal website is a simple html page with a contact form.
I have reCAPTCHA before submit to a lambda function, but I still receive 5/8 spam contacts per...
porkalochina
Votes: 0
Answers: 0
Postfix: transport_maps SMTP ignores header_checks
I have a working SMTP setup in Postfix
transport_maps = hash:/etc/postfix/transport
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
All is good with the SMTP, howe...
tivnet
Votes: 0
Answers: 1
Emails getting into spam
I have used my customer's email as From address for email notification in a contact form, and the E-mails are sent through/Via Sendgrid, but they are ending up in spam/junk folder.
Is there any workar...
Nijanthan Elangovan
Votes: 0
Answers: 1