mail() goes to Junk Mail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andre Phandana

    mail() goes to Junk Mail

    Hi, I tried to send email from my server using mail() but the email goes to
    @xyz.com junk mail folders.
    Why is that so?
    How can I fix it?

    Thank you,

    --Andre Phandana


  • Andy Hassall

    #2
    Re: mail() goes to Junk Mail

    On Wed, 1 Sep 2004 13:53:18 -0500, "Andre Phandana" <aphandan@purdu e.edu>
    wrote:
    [color=blue]
    >Hi, I tried to send email from my server using mail() but the email goes to
    >@xyz.com junk mail folders.
    >Why is that so?[/color]

    Have you asked the mail administrator of xyz.com?
    [color=blue]
    >How can I fix it?[/color]

    There's the flippant answer of "don't send junk", but it might be better if
    you posted an example of how you're sending your email and an example of its
    contents.

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    • steve

      #3
      Re: mail() goes to Junk Mail

      "Andre Phandana" wrote:[color=blue]
      > Hi, I tried to send email from my server using mail() but the email
      > goes to
      > @xyz.com junk mail folders.
      > Why is that so?
      > How can I fix it?
      >
      > Thank you,
      >
      > --Andre Phandana[/color]

      There are some ways mail receivers determine an email to be "junk".
      Avaoid using numbers in the email address. Make sure the receiver
      can do a "reverse DNS lookup", i.e. send the mail from proper
      domain. It is true that with today’s junk mail filters, very many
      legit emails end up there as well.

      --
      http://www.dbForumz.com/ This article was posted by author's request
      Articles individually checked for conformance to usenet standards
      Topic URL: http://www.dbForumz.com/PHP-mail-Jun...ict145544.html
      Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=487020

      Comment

      Working...