email problem

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

    email problem

    I have an ASP automatic email confirmation code on Windows 2003 Server. My
    problem is that the message can be submitted to only some email accounts
    such as hotmail or yahoo, but cannot to my office account. Why? Also, for
    hotmail accounts, the email is sent to junk mailbox instead of inbox. Why
    this happens? Do I need to set up any special SMTP configurations?
  • Curt_C [MVP]

    #2
    Re: email problem

    It's nothing to do with ASP, it's all in the SMTP relay.
    Most likely the headers are being parsed and blocked or blacklist due to
    inconsistencies . Are you on a DHCP setup or Static? Is the IP yours or
    registered to a different domain?
    Basically though, I'd hit up an SMTP site for more info as opposed to a
    programming one.

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "weiwei" <Wei.Huang@slps .org> wrote in message
    news:d32b0478.0 409150722.226ba fc5@posting.goo gle.com...[color=blue]
    >I have an ASP automatic email confirmation code on Windows 2003 Server. My
    > problem is that the message can be submitted to only some email accounts
    > such as hotmail or yahoo, but cannot to my office account. Why? Also, for
    > hotmail accounts, the email is sent to junk mailbox instead of inbox. Why
    > this happens? Do I need to set up any special SMTP configurations?[/color]


    Comment

    • na

      #3
      Re: email problem

      Just a noted too, I've found that hotmail blocks msgs from info@<domain> or
      sales@<domain>. Those generic email addresses that tend to be used for
      spamming. Just a thought.

      Cheers

      "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
      news:u3zAUrzmEH A.3944@TK2MSFTN GP10.phx.gbl...[color=blue]
      > It's nothing to do with ASP, it's all in the SMTP relay.
      > Most likely the headers are being parsed and blocked or blacklist due to
      > inconsistencies . Are you on a DHCP setup or Static? Is the IP yours or
      > registered to a different domain?
      > Basically though, I'd hit up an SMTP site for more info as opposed to a
      > programming one.
      >
      > --
      > Curt Christianson
      > Owner/Lead Developer, DF-Software
      > Site: http://www.Darkfalz.com
      > Blog: http://blog.Darkfalz.com
      >
      >
      > "weiwei" <Wei.Huang@slps .org> wrote in message
      > news:d32b0478.0 409150722.226ba fc5@posting.goo gle.com...[color=green]
      >>I have an ASP automatic email confirmation code on Windows 2003 Server. My
      >> problem is that the message can be submitted to only some email accounts
      >> such as hotmail or yahoo, but cannot to my office account. Why? Also, for
      >> hotmail accounts, the email is sent to junk mailbox instead of inbox. Why
      >> this happens? Do I need to set up any special SMTP configurations?[/color]
      >
      >[/color]


      Comment

      Working...