Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Yahoo! Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Yahoo! Discussion Forum Yahoo Search discussion. Any topic or subject specific to Yahoo should go here. You will also find a subforum dedicated to YPN & Panama.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-08-2005, 08:21 PM
WebProWorld Pro
 

Join Date: Mar 2005
Location: Los Angeles
Posts: 267
supernatural_247 RepRank 1
Default How do I get out of Yahoo Bulk mail?

ok, this is really pissin me off... I have gotten several complaints from several users saying that all automatic email notifications from www.iHomeConnect.com are landing in their bulk folders... I tested it out and found this to be horribly true.

How do I go about getting my mail "unspammed" as it is 100% legit (it sends listing details to the users, reminds them of passwords, if someone contacts them through our website about their listing - all of these land in the bulk folder).

If anyone has Hotmail or GMail and can test my site by registering and placing a test ad and then letting me know if you receive the emails, I would greatly appreciate it. then let me know your ID so I can delete your test account. This way, I know if i need to contact MSN or Google. btw, does anyone know how I would contact them?

I'm sure some of you have had this problem and it really sucks as folks then complain about not receiving the emails and I have to do it manually...

much thanks in advance!!
Tim
__________________
iHomeConnect
Reply With Quote
  #2 (permalink)  
Old 06-08-2005, 11:14 PM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default Haven't seen anything for Yahoo.

I haven't seen anything with Yahoo. All of our complaints come from AOL users.

For AOL, it just takes 7 days to come back out every time we've been on their ___ list.

I tried doing some searching, but couldn't find anything on Yahoo. AOL's stuff is here: http://postmaster.aol.com/guidelines/. Maybe you can figure out something else to search for from reviewing that.

Brian.


BTW, AOL has a proactive notification based upon IP address. We have that set up now and have been able to address items people are calling spam since we know what they're complaining about.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #3 (permalink)  
Old 06-10-2005, 12:23 PM
wrmineo's Avatar
WebProWorld Veteran
 

Join Date: Apr 2005
Location: KY USA
Posts: 761
wrmineo RepRank 0
Default

You might do a bit of crawling through Yahoo! Mail Help and see if you can find a more pointed answer from them.

More pointed might be the Yahoo! Mail Postmasters Help section.

If neither of these answer or help the bottom of the second link allow you to send a query directly to their Customer Care.

Hope this helps - good luck and please let us know for future reference of any resolution.

w®m
__________________
W. R. Mineo
Reply With Quote
  #4 (permalink)  
Old 06-10-2005, 03:31 PM
WebProWorld Pro
 

Join Date: Mar 2005
Location: Los Angeles
Posts: 267
supernatural_247 RepRank 1
Default

Thanks! I checked out those links and ended up contacting customer care as I wasn't able to find the answer... I will post the results here as soon as I find out anything.

thanks again!
tim
__________________
iHomeConnect
Reply With Quote
  #5 (permalink)  
Old 06-10-2005, 04:34 PM
wrmineo's Avatar
WebProWorld Veteran
 

Join Date: Apr 2005
Location: KY USA
Posts: 761
wrmineo RepRank 0
Default

No problem - I hope you get some resolution and the answers you're looking for; I'd guess someone reported you, your site, or maybe even your host to them. Unfortunately, I don't think they do much in the way of validation before they react.

Please share the results when you get them either way; maybe someone else will have the same problem and then be able to find faster resolution or at least an avenue of approach.

Good luck,
w®m
__________________
W. R. Mineo
Reply With Quote
  #6 (permalink)  
Old 06-12-2005, 07:20 PM
WebProWorld New Member
 

Join Date: Jun 2005
Posts: 6
LinkBump.com RepRank 0
Default Re: How do I get out of Yahoo Bulk mail?

I've had this problem before. How are you sending the messages? If you are using PHP, make sure to setup your headers exactly like a regular message. I quit using the PHP mail function and started sending messages with sendmail using this function:

Code:
function send_mail($myname, $myemail, $contactname, $contactemail, $subject, $message) 
{
	// Configuration 
	$MP = "/usr/sbin/sendmail -t"; 
	$spec_envelope = 1; 
	$extra_headers = "Message-ID: <" . md5(uniqid(time())) . "@" . $_SERVER['SERVER_NAME'] . ">\nFrom: ".$myemail."\nTo: $contactemail\nSubject: $subject\nDate: " . date('r', time()) . "\nReturn-Path: ".$myemail.">\nMIME-Version: 1.0\nContent-type: text/plain; charset=iso-8859-1\nX-Priority: 3\nX-MSMail-Priority: Normal\nX-Mailer: PHP\nX-MimeOLE: Produced by ".$_SERVER['SERVER_NAME']."\n"; 

	// Access Sendmail 
	// Conditionally match envelope address 
	if($spec_envelope) 
	{ 
		$MP .= " -f $myemail"; 
	} 
	$fd = popen($MP,"w"); 
	fputs($fd, "$extra_headers"); 
	fputs($fd, $message); 
	pclose($fd); 
}
__________________
Bump up your link popularity at LinkBump.com
Reply With Quote
  #7 (permalink)  
Old 08-21-2007, 04:59 PM
WebProWorld New Member
 

Join Date: Aug 2007
Posts: 2
macaroo RepRank 0
Default Re: How do I get out of Yahoo Bulk mail?

I have the same problem I have two very new dating websites that require email confirmation for sign up. What I did do was setup a yahoo email account for a test profile - when I received the registration email from the server it went into the bulk section. I went into the bulk folder and hit the "not spam" button. I'm sure when I did that that it mentioned that yahoo would be notified - can't seem to duplicate that message from yahoo. Anyway, mail from my server does not now go to the bulk folder in this particular yahoo account. I will try another test yahoo account.

Onlylonelyfish . com
Plentyofothefish .com


100% Free Online Dating Service, Christian Dating Site
Plentyofotherfish 100% Free Online Dating Service, Singles Dating Site



Reply With Quote
  #8 (permalink)  
Old 08-22-2007, 04:21 PM
WebProWorld Member
 

Join Date: Jul 2007
Posts: 72
braver55b RepRank 0
Exclamation Re: How do I get out of Yahoo Bulk mail?

It may be a simple case of you using certain keywords ala free product, business etc

there are a bunch of keywords used that will send your emails to the crapper.

instead of free why not use fr33 , I know it looks amateurish but its sometimes necessary to get your email in to the inbox or when they optin you might want to advise them to check their bulk mail if they don't receive it within a certain amount of time.
__________________
POWERFUL MONEY MAKING TOOLS! You Can Grab This For ONLY $7!
Reply With Quote
  #9 (permalink)  
Old 08-29-2007, 04:12 PM
WebProWorld Veteran
 

Join Date: Oct 2005
Location: England
Posts: 533
Martinscholes RepRank 1
Default Re: How do I get out of Yahoo Bulk mail?

If I register for anything I always check my bulk account if it does not turn up in my inbox.

In fact, I saw something on one website that pointed this out.
Reply With Quote
  #10 (permalink)  
Old 09-10-2007, 04:53 PM
WebProWorld Pro
 

Join Date: Nov 2006
Posts: 100
qh4dotcom RepRank 0
Default Re: How do I get out of Yahoo Bulk mail?

You might want to send an e-mail to your entire database and teach them how to whitelist your domain's e-mail address for most e-mail providers like Yahoo and MSN.

The same would apply when someone enters a new e-mail address at your site...right after they enter it you could have a page explaining how to whitelist your domain's e-mail address.
__________________
You'll love this free traffic site...now it's getting me 4,000 targeted hits every day.
http://www.traffficswarm.com/wpw.html
Reply With Quote
  #11 (permalink)  
Old 12-17-2007, 08:07 PM
WebProWorld New Member
 

Join Date: Dec 2007
Posts: 1
htmlwwwurl RepRank 0
Angry Re: How do I get out of Yahoo Bulk mail?

I have tried many times sending email to Yahoo. The result is that my emails are in their junk mail folder.

But when I sent to Gmail, it works fine. I'm Not A Spammer, I Swear.

I send to my members a new message every week with notifications- but doing this through yahoo (who only allow 100 per hour) is time-consuming. Can anyone suggest a program that will send the emails?

Or what can I do to send email to my members. I have now 6000 members and I can't write them "happy holiday and a good year!"

Thank you very much for your time!
Reply With Quote
  #12 (permalink)  
Old 01-18-2008, 10:20 AM
WebProWorld New Member
 

Join Date: Nov 2007
Posts: 19
ursfehr RepRank 0
Default Re: How do I get out of Yahoo Bulk mail?

I know it looks amateurish but its sometimes necessary to get your email in to the inbox or when they optin you might want to advise them to check their bulk mail if they don't receive it within a certain amount of time.
Reply With Quote
Reply

  WebProWorld > Search Engines > Yahoo! Discussion Forum
Tags: , ,



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

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


Search Engine Optimization by vBSEO 3.2.0