[Phplib-users] Broadcasting massive email msgs
Brought to you by:
nhruby,
richardarcher
From: Lazaro F. <la...@ii...> - 2001-11-01 09:28:01
|
Hi I know this is off topic, But I need your help, I'm sending a neswletter = to my WEB site visitors using PHP and the popular html_mime_email class = of Richard Heye The problem is that as long as I tested it locally using 3 email = addresses everthing was fine, but when I did the real thing sending a = newsletter to 105 email names (my customers) in a unique msg. It fails = cutting part of my 'TO ' email clause off, and sending the tail of the = 'TO' list as part of the msg, which in turn contains nothing but garbage = as its content Instead of getting my newsletter msg, the customer are getting a msg = from APACHE with the problems I mentioned below There is any idea on how to fix this, it is possivel to send an e-mail = with a large string (more than 100 email names ) recipient "TO" part, = which is the maximum lenght of the "TO" part ? Thanks a lot Lazaro |