SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Mail Sent To Junk Mail
-
Jul 9, 2007, 07:35 #1
- Join Date
- Aug 2004
- Location
- England, UK
- Posts
- 249
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Mail Sent To Junk Mail
Hi guys,
I'm having trouble with (surprise surprise) Hotmail/Live Mail, because certain e-mails sent from my site are being sent to the junk folder. Yes, my SPF record is set up correctly, and there is an MX record for the domain.
Right so I have an e-mail being sent from systems[at]arcadexl.com. Now, just to test, I decided to change ONLY the e-mail address in the From: header from systems[at]arcadexl.com to pms[at]arcadexl.com, and try again, and it works - it is put in inbox rather than junk. So, I figure that systems[at]arcadexl.com is blacklisted or something... but then I try a completely new address that I've never sent mail from, verify[at]arcadexl.com and once again the e-mails are sent to junk mail.
There is literally no difference on my server's side between these e-mail addresses: none have receiving accounts, just an MX record for the domain. Both systems[at]arcadexl.com and pms[at]arcadexl.com are used to send mail already, but verify[at]arcadexl.com is not.
Does anyone know why live mail/hotmail could be treating these e-mails differently? ...or what I can do to stop the mail from getting junked?michael.Crabbe
-
Jul 9, 2007, 08:06 #2
- Join Date
- Aug 2006
- Location
- earth
- Posts
- 923
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
Just an idea here...
Have you tried using the additional parameter -f?
mail()
It sets the mail envelope so that an x-warning isn't attached instead, which may be why it's sending it to junk.
PHP Code:mail($to, $subject, $message, $headers, "-f$from");
No, I REALLY dislike having to use Joomla.
-
Jul 9, 2007, 08:29 #3
- Join Date
- Aug 2004
- Location
- England, UK
- Posts
- 249
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Nope
Here are the full headers:
Code:X-Message-Status: n:0 X-SID-PRA: ArcadeXL.com <verify[at]arcadexl.com> X-Message-Info: txF49lGdW41HO7yTwchHLDeDa/HuxmzXhbw8ocKOVNJTVtglVkfCJunoeKGAbhuH Received: from server.arcadexl.com ([67.18.163.130]) by bay0-mc10-f23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 9 Jul 2007 08:27:37 -0700 Received: from nobody by server.arcadexl.com with local (Exim 4.66) (envelope-from <verify[at]arcadexl.com>) id 1I7v9C-0000tG-J8 for crabby402[at]hotmail.com; Mon, 09 Jul 2007 16:27:34 +0100 To: crabby402[at]hotmail.com Subject: ArcadeXL.com: Account Verification From: ArcadeXL.com <verify[at]arcadexl.com> Message-Id: <E1I7v9C-0000tG-J8[at]server.arcadexl.com> Date: Mon, 09 Jul 2007 16:27:34 +0100 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.arcadexl.com X-AntiAbuse: Original Domain - hotmail.com X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - arcadexl.com Return-Path: verify[at]arcadexl.com X-OriginalArrivalTime: 09 Jul 2007 15:27:37.0998 (UTC) FILETIME=[AE8342E0:01C7C23D]
michael.Crabbe
Bookmarks