|
Posted by Jerry Stuckle on 08/02/07 10:47
akuva wrote:
> I have to send more than 100s of email using a php code if i use mail
> function whether it will be sent to spam or inbox. If it is sent to
> spam which is the other way to send mass email from php. i have tried
> to sent email to 4 to 5 email ids it is going for inbox only but i
> have a doubt if i send it to more than 100 email id it may go for spam
>
In addition to what Rik indicated, whether your email ends up in the
inbox or spam filter has nothing to do with the use of the mail()
function. Once the message has been passed to your MTA, there is
nothing about how it originated.
Rather, it is the headers (most of which you supply), content, source
domain and ip which determine if its spam or not (by most spam filters,
at least).
Compare the headers of your email with that of accepted email.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|