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. Automated Emails and SMS

Automated Emails and SMS

Scheduled Pinned Locked Moved ASP.NET
sysadmin
5 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.
  • Y Offline
    Y Offline
    yogesh_kumar_agarwal
    wrote on last edited by
    #1

    Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards

    D P 2 Replies Last reply
    0
    • Y yogesh_kumar_agarwal

      Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      Create an application that reads your database of registered users, selecting those users that have registered on the current day and generate your email. Sounds pretty straight forward, right ? Are you familiar with a programming language such as VB.net or C#.net ? Are you capturing the registered user with a date stamp of when they registered ? Once the application is written, you could simply schedule it to run each night at 23:59 (just before midnight) to generate the emails.

      Y 1 Reply Last reply
      0
      • D David Mujica

        Create an application that reads your database of registered users, selecting those users that have registered on the current day and generate your email. Sounds pretty straight forward, right ? Are you familiar with a programming language such as VB.net or C#.net ? Are you capturing the registered user with a date stamp of when they registered ? Once the application is written, you could simply schedule it to run each night at 23:59 (just before midnight) to generate the emails.

        Y Offline
        Y Offline
        yogesh_kumar_agarwal
        wrote on last edited by
        #3

        Thanks for the reply. You means to say their is way to implement this is a desktop application which is shudule to be run on specific time. or I want to run one more thing is their is any way to create the utility in web application it self. Thanks

        D 1 Reply Last reply
        0
        • Y yogesh_kumar_agarwal

          Thanks for the reply. You means to say their is way to implement this is a desktop application which is shudule to be run on specific time. or I want to run one more thing is their is any way to create the utility in web application it self. Thanks

          D Offline
          D Offline
          David Mujica
          wrote on last edited by
          #4

          My initial vision was to develop a "console application" which would be scheduled to run at a particular time. A console application is a Windows application that has no GUI, it looks like an old DOS program, just a black and white DOS box. The reason for this is that it is fairly easy to develop and test. Once this applcation is written, you could schedule it to run on your web server nightly. I'm not sure how you would create a Web Application that would send these emails without some type of user intervention. You could create a simple web page that selects all of the newly registered users and when the operator clicks on a button the emails are generated and sent. I don't see how this could be scheduled to run automatically. I am by no means an expert in web development. :-)

          1 Reply Last reply
          0
          • Y yogesh_kumar_agarwal

            Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards

            P Offline
            P Offline
            Perry Holman
            wrote on last edited by
            #5

            I presume you are implementing website using asp.net/c# on the Microsoft platform: First assure the IIS your website resided in have installed SMTP Virtual Server and some necessary configuration is well done. Second when a new user registers into your website successfully, you can trigger a mailing event.

            Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!

            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