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 when sending Mail

Error when sending Mail

Scheduled Pinned Locked Moved ASP.NET
comsysadminhelpquestion
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
    payal sheth
    wrote on last edited by
    #1

    hi all i have used the below code for sending mail from my project Dim message As New MailMessage Try message.To = "abc@yahoo.com" message.From = "abc@hotmail.com" message.Body = "Hi " message.Subject = "Automail" SmtpMail.SmtpServer = "mail.website.biz" SmtpMail.Send(message) Catch ex As Exception Label1.Text = ex.Message End Try on my web server there is a 3rd party SMTP server which i have used to send my mail.i m getting "Could not access 'CDO.Message' object." error. if i need to specify username and password to access my SMTP server then where do i do that in my web.config or where??? thanks

    M 1 Reply Last reply
    0
    • P payal sheth

      hi all i have used the below code for sending mail from my project Dim message As New MailMessage Try message.To = "abc@yahoo.com" message.From = "abc@hotmail.com" message.Body = "Hi " message.Subject = "Automail" SmtpMail.SmtpServer = "mail.website.biz" SmtpMail.Send(message) Catch ex As Exception Label1.Text = ex.Message End Try on my web server there is a 3rd party SMTP server which i have used to send my mail.i m getting "Could not access 'CDO.Message' object." error. if i need to specify username and password to access my SMTP server then where do i do that in my web.config or where??? thanks

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      http://www.systemwebmail.com/faq/3.8.aspx[^]

      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