|
Posted by Alvaro G Vicario on 08/29/05 09:57
*** I_love_php wrote/escribió (28 Aug 2005 19:19:16 -0700):
> What is the best way to send one email to 9000 users without them
> getting it in Junk mail ?
Sending mail to 1 or 9000 recepients won't make any difference (given that
you don't write all addresses in the "To" field). Your mail won't be
classified as spam if it doesn't look like spam. Some clues I can think of:
* Use a real name and address as sender
* Use a descriptive subject line
* Avoid HTML is possible
* Write your own message body, rather than leaving the typical PHP forum
one-liner.
In any case, there'll always be a certain amount of rejected messages since
some mail servers (such as Hotmail, unless they finally solved it) simple
delete all mail from certain domains.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|