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. Mail Sending Error [modified]

Mail Sending Error [modified]

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelp
4 Posts 3 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.
  • B Offline
    B Offline
    Balavardhan
    wrote on last edited by
    #1

    Hi, In my ASP.Net Application i am using SMTP to send Mails from this application In localhost System it working fine... When I hosted that Application in Server, It giving Error like SendUsing Configaration Value is Invalid My coding at that plase SmtpMail.SmtpServer = "localhost"; in this plase I also tried with Server name also MailMessage mm = new MailMessage(); mm.Subject = subject; mm.From = fromUserEmailAddress; mm.To = toUserEmailAddress; mm.Body = messageText; SmtpMail.Send(mm); Thanking you Balu -- modified at 5:25 Monday 28th August, 2006 Balu

    _ 1 Reply Last reply
    0
    • B Balavardhan

      Hi, In my ASP.Net Application i am using SMTP to send Mails from this application In localhost System it working fine... When I hosted that Application in Server, It giving Error like SendUsing Configaration Value is Invalid My coding at that plase SmtpMail.SmtpServer = "localhost"; in this plase I also tried with Server name also MailMessage mm = new MailMessage(); mm.Subject = subject; mm.From = fromUserEmailAddress; mm.To = toUserEmailAddress; mm.Body = messageText; SmtpMail.Send(mm); Thanking you Balu -- modified at 5:25 Monday 28th August, 2006 Balu

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      See this one: http://www.syncfusion.com/FAQ/aspnet/WEB_c26c.aspx#q544q[^]

      Best Regards, Apurva Kaushal

      A 1 Reply Last reply
      0
      • _ _AK_

        See this one: http://www.syncfusion.com/FAQ/aspnet/WEB_c26c.aspx#q544q[^]

        Best Regards, Apurva Kaushal

        A Offline
        A Offline
        Amit Agarrwal
        wrote on last edited by
        #3

        hello i'm facing the same problem the link which u hav given having some server error. thanx -- modified at 9:12 Monday 28th August, 2006

        _ 1 Reply Last reply
        0
        • A Amit Agarrwal

          hello i'm facing the same problem the link which u hav given having some server error. thanx -- modified at 9:12 Monday 28th August, 2006

          _ Offline
          _ Offline
          _AK_
          wrote on last edited by
          #4

          Are you not been able to see the content of the link?

          Best Regards, Apurva Kaushal

          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