User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 456,593 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,534 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 792 | Replies: 1 | Solved
Reply
Join Date: Oct 2006
Posts: 19
Reputation: doraima29 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
doraima29 doraima29 is offline Offline
Newbie Poster

a way to include multiple email addresses as text in asp

  #1  
Oct 30th, 2007
Is there a shorter way to include multiple email addresses as text in ASP.

I'm trying to call txtEmail from HTML file, then the strTo is a variable of txtMail.

How would I do it?

Is it possible to include multiple email addresses when I type in as:

Constr strTo = "jadem@avanquestusa.com;syoung@avanquestusa.com;more email addresses to come"

I need some help on this
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Sep 2007
Posts: 1,058
Reputation: SheSaidImaPregy is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 61
SheSaidImaPregy SheSaidImaPregy is offline Offline
Veteran Poster

Re: a way to include multiple email addresses as text in asp

  #2  
Nov 1st, 2007
you need to split the string and email it with how many times it was split.
Dim s As String
a = Split(s, ";")
For Each a in s
  'email here
next
Last edited by SheSaidImaPregy : Nov 1st, 2007 at 4:33 pm.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb ASP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the ASP Forum

All times are GMT -4. The time now is 6:45 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC