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. Error while sending mail

Error while sending mail

Scheduled Pinned Locked Moved ASP.NET
helpcomsysadmin
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.
  • P Offline
    P Offline
    pavya_Cool
    wrote on last edited by
    #1

    Hi to All, I am trying to send email using the following code Dim MMsg as MailMessage = New MailMessage(FromEmailID, ToEmailID, Subject, BodyMessage) MMsg.Priority = MailPriority.High Dim smtp As SmtpClient = New SmtpClient(SMTP.MyServer.com, PortNumber) smtp.Send(MMsg) While sending mail to xyz@MyServer.com it works fine but whenever I am sending mail to xyz@Otherserver.com (eg. Gmail, yahoo) then it gives following error. ================================================================================== Mailbox name not allowed. The server response was: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) ================================================================================== Somebody help me. Thanking you. Regards,

    Pravin

    E 1 Reply Last reply
    0
    • P pavya_Cool

      Hi to All, I am trying to send email using the following code Dim MMsg as MailMessage = New MailMessage(FromEmailID, ToEmailID, Subject, BodyMessage) MMsg.Priority = MailPriority.High Dim smtp As SmtpClient = New SmtpClient(SMTP.MyServer.com, PortNumber) smtp.Send(MMsg) While sending mail to xyz@MyServer.com it works fine but whenever I am sending mail to xyz@Otherserver.com (eg. Gmail, yahoo) then it gives following error. ================================================================================== Mailbox name not allowed. The server response was: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) ================================================================================== Somebody help me. Thanking you. Regards,

      Pravin

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Check this out: SOlutions!

      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