Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 24-02-04
Registered User
 
Join Date: Aug 2003
Posts: 393
Thanks: 1
Thanked 0 Times in 0 Posts
simon147 is an unknown quantity at this point
  hotmail and newsletters

we have found that our last three newsletters have not been delivered to our @hotmail.com subscribers and they have not even arrived in the "junk" email inbox.

Does anybody have any suggestions why this may be?

Scott
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 24-02-04
Senior Member
 
Join Date: Sep 2003
Posts: 760
Thanks: 0
Thanked 0 Times in 0 Posts
matbennett is an unknown quantity at this point
Scott,

You will probably find that yahoo users have not got their either. It is usually to do with the construction of your mail headers.

I'm having a bit of a hectic one today, but if you PM me I'd be happy to send you an example of how I get around this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 24-02-04
Senior Member
 
Join Date: Sep 2003
Posts: 760
Thanks: 0
Thanked 0 Times in 0 Posts
matbennett is an unknown quantity at this point
Well I am currently begging for assistance on another forum, so now seems like a good time to answer this whilst I wait for help myself.

I'll post what I know here, as it may be useful to others (and someone else has already contact me about this!).

If I remember rightly, hotmail and Yahoo are both super anal about the way line breaks are used in headers. Get them wrong and they will assume that you are a spammer instantly, even with non-spammy content.

Here is the function that I am using. I think that this originally came from the php.net site . If you are not using PHP, then it should be easy enough to convert to whatever you are using

PHP Code:
function send_mail($myname$myemail$contactname$contactemail$subject$message) {
  
$headers .= "MIME-Version: 1.0\n";
  
$headers .= "Content-type: text/plain; charset=iso-8859-1\n";
  
$headers .= "X-Priority: 1\n";
  
$headers .= "X-MSMail-Priority: High\n";
  
$headers .= "X-Mailer: php\n";
  
$headers .= "From: \"".$myname."\" <".$myemail.">\n";
  return(
mail("\"".$contactname."\" <".$contactemail.">"$subject$message$headers)); 
I know that this one gets through both Yahoo & Hotmail. Good luck with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 24-02-04
drivetowin's Avatar
Driving to win
 
Join Date: Aug 2003
Location: If I'm not at home, I'm in hospital
Posts: 7,362
Thanks: 5
Thanked 8 Times in 5 Posts
drivetowin seems to know their stuff
Mat

Thanks for that - certainly had a problem with our last newsletter not getting to hotmail users.

As a relative newbie to php, can you show a bit of code of how I could use this to send to a whole list of people (all the names are in a mysql database if that helps).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #5 (permalink)  
Old 24-02-04
Senior Member
 
Join Date: Sep 2003
Posts: 760
Thanks: 0
Thanked 0 Times in 0 Posts
matbennett is an unknown quantity at this point
This little example would send just to one person, assuming that the variables had been set

PHP Code:
send_mail("My Name""me@myserver.com"$to_name$to_email$title$message); 
I don't have a version to hand that does larger scale mailing, but if you compare the header section above with that of your existing script you will probably spot the problems.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Newsletters lewis_coburn The Affiliate Marketing Lounge 5 11-02-05 03:18 PM
DGM2 newsletter in hotmail johan DGM Affiliates 2 29-05-03 07:35 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7