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. Hi help me

Hi help me

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelptutorial
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, How to send mails automitically from our project in asp.net like we are developing a project for jobportal here we want to send mails daily to users autometically.. help me for this.. Thanking you balu

    _ J 2 Replies Last reply
    0
    • B Balavardhan

      Hi, How to send mails automitically from our project in asp.net like we are developing a project for jobportal here we want to send mails daily to users autometically.. help me for this.. Thanking you balu

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

      Hi Balu, This code you can use to send the mail. System.Web.Mail.MailMessage objMailMessage=new System.Web.Mail.MailMessage(); objMailMessage.From="FromField"; objMailMessage.To="WhomToSend"; objMailMessage.Subject="SubjectYouWant; objMailMessage.Body="Message Body"; SmtpMail.SmtpServer = "MailServerName"; SmtpMail.Send(objMailMessage); Hope this will solve your problem. :) Best Regards, Apurva Kaushal

      B 1 Reply Last reply
      0
      • _ _AK_

        Hi Balu, This code you can use to send the mail. System.Web.Mail.MailMessage objMailMessage=new System.Web.Mail.MailMessage(); objMailMessage.From="FromField"; objMailMessage.To="WhomToSend"; objMailMessage.Subject="SubjectYouWant; objMailMessage.Body="Message Body"; SmtpMail.SmtpServer = "MailServerName"; SmtpMail.Send(objMailMessage); Hope this will solve your problem. :) Best Regards, Apurva Kaushal

        B Offline
        B Offline
        Balavardhan
        wrote on last edited by
        #3

        Hi Apurva, Thankful your reply.. I want send Emails Autometically daily like we are getting from matrimonials and Jobportals without user intraction my email id: balavardhanr@yahoo.com Thanking you for reply.. balu

        1 Reply Last reply
        0
        • B Balavardhan

          Hi, How to send mails automitically from our project in asp.net like we are developing a project for jobportal here we want to send mails daily to users autometically.. help me for this.. Thanking you balu

          J Offline
          J Offline
          J4amieC
          wrote on last edited by
          #4

          Please read number 2 and 3[^] Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

          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