Automatic Automated mail out

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 13th, 2005, 21:18
New Member
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote

  #2 (permalink)  
Old Jul 14th, 2005, 08:48
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
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
Reply With Quote
  #3 (permalink)  
Old Jul 14th, 2005, 09:18
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
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:

Code: Select all
Set newShell = CreateObject("WScript.Shell")
newShell.run "http://www.yoursite.com/sendmail.asp",5,false
Hope that helps.
Reply With Quote
  #4 (permalink)  
Old Jul 14th, 2005, 15:37
New Member
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
  #5 (permalink)  
Old Jul 14th, 2005, 17:58
New Member
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Hey guys...
Figured it out!
Awesome!
It is just like a text file.
Reply With Quote
Reply

Tags
automatic, automated, mail

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 00:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43