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)
How do I make HELO publish an SPF record? SPF_HELO_NONE - SPF: HELO does not publish an SPF Record
Why is this question closed? There are hundreds of SPF record questions on StackOverflow that are not closed, why this one?
My environment: hMailServer 5.6.8 on Windows Server 2022 Standard
Let's say...
user3163495
Votes: 0
Answers: 1
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
Gmail Spam Issue - How to properly setup DKIM & DMARC
I've created an automated script that generates a custom HTML email using PHPMailer within PHP and sends it, from my custom domain email account, to whatever recipient.
The emails are all litmus teste...
DevelJoe
Votes: 0
Answers: 1
Mail Message not authenticated from CPANEL
pls i tried implementing the PHP mailer library with using my webmail credentials, but on delivering to the clients(Gmail) it displayed a yellow warning alert indicating the google couldn't cerify of ...
Kareem Samson
Votes: 0
Answers: 0