vote up 7 vote down star
4

Our company is sending out a lot of emails per day and planning to send even more in future. (thousands) Also there are mass mailouts as well in the ten thousands every now and then.

Anybody has experience with hotmail, yahoo (web.de, gmx.net) and similar webmail companies blocking your emails because "too many from the same source in a period of time" have been sent to them?

What can be done about it? Spreading email mailouts over a whole day/night? At what rate?

(we are talking about legal emailing just to make sure...)

flag

6 Answers

vote up 8 vote down check

You want to look at the following:

  • add a bulk-header to your outgoing email (Precedence: bulk)
  • look into SPF
  • look into SenderID
  • look into DomainKeys or DKIM
  • setup and handle email to abuse@
  • build relationships with the important providers
  • monitor the usual spam lists, work with them when you are on them

Also, most providers have pages setup where they explain how they want "bulk" email to look like when you are sending it to their customers. That general includes requirements for double opt-in, etc..

link|flag
this sounds like a lot of real good point to work at for a long term success. there is only so much spreading over time one can do.... – Johannes Oct 2 '08 at 13:55
It's painful, but if it's your business. :) – Till Oct 2 '08 at 14:00
vote up 5 vote down

If you want to do this you're getting into some of the same techniques spammers use. Spreading email mailouts over a day or night could be a way to do it. I don't think anyone knows the 'right' rate to do this because varies per mail-provider and they probably adjust this over time. You could try spreading the emails sent to a single provider. If you've got a lot of mail for hotmail.com for example then don't send it all at the same time.

Maybe it would be a good idea to look at pull media instead of push media for your application. You could put the content of the mass mailings up on a website and notify interested readers with an rss feed for example. This has a lower risk of irritating potential customer. And your company has a lower risk of being sued for spamming.


You're right, rss is not really accessible for all users. But as you'll probably need to create a webpage-alternative to the mailings anyway for people who can't read html-mail. You might as well provide an rss feed to those pages as an alternative for the users who do want to use it. This might reduce the volumes for the mailings enough to make your job a bit easier.

link|flag
1  
Good idea to spread emails per webmail address! thanks RSS is not an option as the users are really non techncial and wouldn't know what that is. I'm happy if they can read emails without major problems :-) – Johannes Oct 2 '08 at 13:17
1  
I second this, my parents don't know either what RSS is. Yet they are the more important audience (have jobs, etc. ;)) than 15 year old geeks. :)) – Till Oct 2 '08 at 13:41
vote up 0 vote down

Trying using a service like AuthSMTP. Typically the major free mail providers like Yahoo, Gmail will limit the amount of e-mails you can send per day and people on the receiving end might end up reporting them as spam.

link|flag
vote up 0 vote down

How do big companies do that? I'm thinking amazon. They must send gazillion of emails every day...

link|flag
They have and manage their own smtp servers instead of relying on free webmail accounts If your business depends on sending massive amounts of emails, you should consider running your own server or renting an appropriate service. Free webmail is not adapted for this. – Jean Oct 2 '08 at 13:23
They are also often whitelisted. They spend a lot of time working directly with major providers to unblock their email servers. – Adam Davis Oct 2 '08 at 13:24
To Jean: it's not the sending, it's the receiving part the OP is talking about. All these free services will reject mails if more than X mails are received from a single server (yours). – Sunny Oct 2 '08 at 13:26
vote up 2 vote down

I had to send out several thousand a week (all opt in) for a coupon site, I just figured out how many seconds there were in the given time period I needed to send them, and generated a random number of seconds between 0 and that number, added the random number to my "SendAt" date in my queue.

Not perfect but it worked. I do agree that ultimately it's a flawed concept, if you really HAVE to send thousands a day you'll need to contact a mail service. http://www.streamsend.com/

BTW, you need to be very careful about not getting added to any of the blacklists http://www.mxtoolbox.com/blacklists.aspx

link|flag
vote up 0 vote down

Most of these provider have some form of "white-lists". Contact them directly, and see their requirements to be put on the list.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.