periodic email script

Discussion in 'HTML / PHP / JavaScript / CSS' started by cheeracadem, Sep 7, 2007.

  1. I have an application that I would like to do the following for:
    On thursday of each week, I'd like to query the db for a list of emails based on criteria that I set (date, and another column)
    and send a generic reminder email for people to look at a particular url in my application for open tickets.

    Is this possible? I don't want to violate any rules here, but this is turning out to be a lot more difficult than I thought it would be.
     
  2. Yes this is possible. You should be able to create a web application to query your database and a relay out emails. You can set it up on the Scheduled Task feature with in your dasp control panel to trigger on a specific date and time.

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I know I can do it here :) I'm trying to replicate it for something I'm doing at work on our internal servers. I have never used scheduled tasks before.
     

Share This Page