Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. .Net Mailbox unavailable. Relaying Denied...

.Net Mailbox unavailable. Relaying Denied...

Scheduled Pinned Locked Moved ASP.NET
helpcsharpsysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    samsonx
    wrote on last edited by
    #1

    Hi, I'm getting a "Mailbox unavailable. The server response was: 5.7.1 ... Relaying denied." when I try to route mail outside of my domain. All mail works when I send inside of my domain. Here's the code snippet I'm using: Dim SmtpMail As New System.Net.Mail.SmtpClient SmtpMail.Host = _mailServer SmtpMail.Port = _portnumber SmtpMail.Send(objMail) Please help me to resolve this problem...?

    With Regards, Samson

    E 1 Reply Last reply
    0
    • S samsonx

      Hi, I'm getting a "Mailbox unavailable. The server response was: 5.7.1 ... Relaying denied." when I try to route mail outside of my domain. All mail works when I send inside of my domain. Here's the code snippet I'm using: Dim SmtpMail As New System.Net.Mail.SmtpClient SmtpMail.Host = _mailServer SmtpMail.Port = _portnumber SmtpMail.Send(objMail) Please help me to resolve this problem...?

      With Regards, Samson

      E Offline
      E Offline
      Eduard Keilholz
      wrote on last edited by
      #2

      Use a different SMTP server. The SMTP server you use does not allow relaying. You may want to use the smtp server of your ISP...

      .: I love it when a plan comes together :. http://www.zonderpunt.nl

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups