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
Email sent through my custom email address are ending up in spam
I'm sending emails via this custom email address sales@decorbunny.a2hosted.com that I have but all the emails are ending up in spam. i have done all of the following authentications
DKIM (Domain Key ...
Malik Usman
Votes: 0
Answers: 1
Encoding mailto: fields with Lektor, email cloaking with Lektor
I want to "encode" mailto: fields on my web-page using Javascript to avoid SPAM. (This is also known as Email cloaking.)
I saw some implementation of this Idea here.
Now I'd like to add this...
bigla
Votes: 0
Answers: 0