Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 9th, 2004, 10:42 PM
Authorized User
 
Join Date: Nov 2003
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to eapsokha
Default How send mail to hundreds of users

I want to send message to the hundreds of users from database. Could anyone show me how to do this? Many thanks

__________________
Mr. Sokha Eap
Webmaster
UNDP Cambodia
 
Old April 5th, 2004, 10:54 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

You can go through help in SQL Server(if using sql server) Books on line about SQL Mail. That can be an ideal way to do it, if you wanted to trigger this from the database server.

Or

If you are trying to do this from frontend, somthing like ASP, you can go through articles about CDONTS. Once you decide to do that from frontend, you can pull in data from sql server and compose mails prgramatically and send them out using CDONTS for which you should be having SMTP server configured on you server that hosts you web pages. I dont have any examples to post you right now. Will let you know, if I find any, meanwhile you can go through the articles/help on the above said.

Cheers!

-Vijay G





Similar Threads
Thread Thread Starter Forum Replies Last Post
Send mail and attachments with PHP mail function Lofa Beginning PHP 1 June 2nd, 2008 03:24 PM
send mail chavakoti BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 1 September 4th, 2007 05:03 AM
Send messages to users not using e-mail Clayton_Couto General .NET 0 July 19th, 2006 07:23 AM
Cannot send mail rajanikrishna JSP Basics 3 March 17th, 2006 01:39 AM
send emails to several users femig VBScript 4 April 15th, 2005 07:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.