This is a discussion on "Automatic Automated mail out" within the Classic ASP section. This forum, and the thread "Automatic Automated mail out are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Automatic Automated mail out
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Automatic Automated mail out
Hi all,
Long time new post awesome new look! I got a question I've figured out before but the answer is lost to me. My work wants to create an automated mailer on a ASP server. It will query a database and send out emails for a newsletter. Before, we used the built in windows scheduled tasks on the server to do this. However, I can't remember how we did it. Does anyone have an idea how we can do this? A better way? Maybe ASP.net can do it? |
|
|
|
||||
|
Rather than er-invent the wheel, I would use something like this:-
http://www.webwizguide.com/asp/sampl...ist_script.asp Hope this helps you.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
one way ive done it in the past is to create a .vbs file which is run by the task scheduler. This file simply launches internet explorer and goes to your asp page which does the mass-mailing.
here is the code you need for the .vbs file:
|
|
|||
|
This is what we did last time. It didn't necessarily work 100% of the time.
I think I tried using a BAT file to open the browswer which just didn't work. Is there anything special about a VBS file? I 1 year out of school, while i'm bright with the things I know.. I'm pretty blah as far as things I don't know. Is it just a text file? Thanks guys! |
![]() |
| Tags |
| automatic, automated, mail |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| automated hosting in cms | cressy | Hosting & Domains | 11 | Jun 5th, 2008 13:54 |
| Automated content publishing | burt46 | Web Page Design | 7 | Dec 7th, 2005 22:41 |
| visitors name not displayed in mail after filling in mail form | made on earth | PHP Forum | 7 | Nov 16th, 2005 22:43 |
| How to accomplish automated downloads? | aarganesh | Classic ASP | 1 | Jun 12th, 2005 19:44 |
| Automated Emails.... | courtjester | Classic ASP | 11 | Sep 9th, 2004 07:43 |