Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto email when matching criteria posted to db

Status
Not open for further replies.

tribal

Technical User
Mar 28, 2001
1
GB
I am trying to write code for a recruitment type site, but want to know how to auto email subscribers when a posting is made which matches their chosen criteria. How do you pass each posting through the members criteria file, create an auto email to the member and include a link directly to the job in question?
 
ASP supports email through it's built in object, CDONTS --

but I would suggest a free downloadable component called PERSITS, and you can get that from --

I'm guessing that you are storing all job positions in a database, and so whenever someone posts that they want a job, you would just run a SQL query on the database, pull out the id of any record that matches the criteria, and then (using an email component), generate the email.

aspemail is very easily configured, and comes with all the documentation you could ever want. It supports html email as well as plain text, embedded sound, and even attachments.

If you look at the component and read the directions, I'm sure it will be readily apparent how to make this work. If you have troubles, post back, with specifics, and we'll work them out.

good luck! :)
Paul Prewett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top