email-spam Questions
7
Solved
I am sending email through nodemailer it goes into inbox of gmail if i run from local server but goes into spam of gmail if i run script from microsoft azure server.
following is my script
var nod...
Lorrainelorrayne asked 15/11, 2016 at 11:24
6
Solved
How do you prevent emails being gathered from web pages by email spiders? Does mailto: linking them increase the likelihood of them being picked up? Is URL-encoding useful?
Obviously the best coun...
Palace asked 8/9, 2010 at 1:17
2
I am setting up a small online business and have used wix.com to create a website.
I created some email triggers using the websites automations which send the emails on behalf of my email domain us...
Shipwright asked 8/2, 2021 at 12:27
4
I'd like to decode this string:
X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelgedrvdduucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenucgohfhorhgsihguuggvnhfjughr...
Francisfrancisca asked 6/1, 2017 at 13:47
5
I am trying to verify if an email actually exists by first resolving its dns, then check if the email is valid using the below code:
email = [email protected]
domain = email.split("@")[-1]
...
Supplicant asked 30/11, 2018 at 16:21
6
Solved
I'm making a user management system for my app, and I need to send users a "forgot my password" email with a token that lets them reset their account password. I signed up for SendGrid through Azur...
Stalker asked 13/7, 2015 at 5:27
24
Solved
This is a tricky one and I've always relied on techniques, such as permission-based emails (i.e. only sending to people you have permission to send to) and not using blatantly spamish terminology.
...
Bithynia asked 2/8, 2008 at 8:19
5
Solved
Starting on 2020-08-17, Sendgrid IP addresses were listed on Spamhaus for sending phishing emails. Shown here:
1
2
3
This has dropped our email delivery to about 50%, as opposed to the usua...
Naucratis asked 27/8, 2020 at 8:56
3
Solved
The mail server I manage is clean according to 92 blacklists checked by MXToolbox.
But ...
host mx.ecentral.com.cust.b.hostedemail.com[64.98.36.4]
refused to talk to me: 421 4.7.1 Servic...
Scrabble asked 8/12, 2015 at 22:51
6
Solved
I am facing problem in sending mail to my inbox (gmail account) but everytime it goes to spam folder.
Here is the code snippet
//$ticketDetail is array which contain required information to ...
Marquee asked 14/8, 2013 at 10:28
4
Solved
Here are my codes for sending mail:
$fullname = $_POST['fullname'];
$email = $_POST['email'];
$telephone = $_POST['telephone'];
$email = $_POST['email'];
$date = $_POST['date'];
$time = $_PO...
Dutcher asked 3/4, 2012 at 6:43
1
Solved
One of my websites sends emails from various sources including:
Mailchimp
Mandrill
Mailgun
Amazon SES
From the server itself
We have correctly configured SPF & DKIM settings for all of the ...
Lag asked 21/12, 2018 at 1:31
6
Solved
I'm stuck in having to write a simple spam filter
I'm not really sure about how I'm going to do it.
So far I've come up with wordlist and domain filtering, which will give or remove points up to a...
Pastoral asked 17/11, 2008 at 19:24
3
Solved
Does it make a difference at all whether I serve the images in an email campaign from an encrypted domain? Will this make emails less likely to end up in a client's spam folder?
Donalt asked 8/1, 2014 at 14:45
2
Recently I stared deciphering the hotmail inbox/junk folder placement. After long searching I found out that Hotmail/Outlook is using their X-Message-Delivery tag they input in each mail, to determ...
Upside asked 2/9, 2014 at 0:32
1
Solved
I'm working on an application that is meant to distribute emails by the thousands. We've started interfacing with Mandrill to accomplish this.
So my coworker suggests that we use a subdomain...
Dickdicken asked 24/8, 2015 at 14:24
14
I wrote a PHP script to send emails.
My script is like this:
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: [email...
Tatty asked 14/4, 2009 at 8:57
4
Solved
It looks like there are some great libraries out there to do DomainKeys signing of emails on C#/.NET, but I'm having a really hard time finding the same kind of support for PHP. Maybe I'm not...
Ustkamenogorsk asked 9/5, 2010 at 23:43
6
Solved
I found How do you make sure email you send programmatically is not automatically marked as spam? to (hopefully) be a solid guide to avoiding being marked as spam. Are there any other important tip...
Blanchette asked 10/6, 2009 at 0:19
1
Solved
My web application is sending transactional emails to its users (like "You received a payment", "Please activate your account", "Your article has been sold"). GMX users report regularly that those ...
Longlongan asked 5/7, 2012 at 19:42
1
Solved
We do a lot of mailing and we use Sendgrid to give it unique arguments and categories. But for storage, archiving, filtering and search capabilities, I would like to give them some other custom hea...
Gony asked 21/5, 2012 at 11:10
2
Solved
SPF is a powerful method to avoid blocking the emails as spam. However, setup of SPF is normally for the main domain, and I was unable to find setting for subdomain, and I am not sure if it is effe...
Arrowwood asked 8/12, 2011 at 19:26
8
Solved
Give me few reasons why NOT to include email addresses in plain text form for unsubscribe link that gets sent out in our newsletters.
Right now it's:
xyz.net/unsubscrible?uid=123&[email ...
Neritic asked 26/4, 2011 at 22:40
3
Solved
What are the processes I need to go through to make sure emails sent from my web server are not rejected as spam? This question is for legitimate site emails that members have requested like a dail...
Kynewulf asked 13/4, 2010 at 12:54
1
Solved
Please tell me what I am doing wrong. I am sending an email using the Zend_Mail class like this:
$message = <<<STR
You have a new invoice!
Sign in to your clientarea to see it.
Best reg...
Charger asked 11/9, 2010 at 18:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.