mramirez18
Posts: 56
|
| Posted: 10/28/2005, 4:52 AM |
|
I need help on how to send emails to mulitple groups by selecting checkox.
TABLE:
DIST_LIST
dl_id
dl_email_alias
dl_desc
is_active
LOCATION
location_id
Location_name
is_active
dl_id
Articles
article_id
article_name
location_id
I have an article, which needs to be sent to locations ie SYD,PUN,UK,US as checkboxes. Where Location has relationship with DIST_LIST, there email for SYD isblah@blah.com
How can I do this with CDONTS?
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/28/2005, 9:30 PM |
|
CDONTS is now obsolete it has been replaced with CDO.
You need to study the best method of email distribution, ie say you send over 20 emails and the SMTP sever backs up you can get a timeout which then screws up what you have sent.
Go to microsoft first and read up on CDO you may even want to consider some commerical products ASPMailer, etc.
When you have done some homework please repost and that we can give you a more definative answer.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
mramirez18
Posts: 56
|
| Posted: 11/04/2005, 3:32 AM |
|
I have chosen ASPEmail, rather than CDONTS. What can you suggest
|
 |
 |
dataobjx
Posts: 181
|
| Posted: 11/10/2005, 12:43 PM |
|
Are you asking for the logic associated with deriving the records to be sent for each group OR are you asking how to use ASPEmail?
_________________
www.DataObjx.net
www.mydigitalapps.com |
 |
 |
mramirez18
Posts: 56
|
| Posted: 11/10/2005, 9:10 PM |
|
How to use ASPEMAIL.
|
 |
 |
|