| | |
a way to include multiple email addresses as text in asp
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Oct 2006
Posts: 19
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Sep 2007
Posts: 1,080
Reputation:
Solved Threads: 68
you need to split the string and email it with how many times it was split.
ASP Syntax (Toggle Plain Text)
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.
![]() |
Similar Threads
- storing multiple email address problem (PHP)
- How to send email from flash8..using php or asp (Graphics and Multimedia)
- deleteing email addresses (Windows Software)
- WOW! CRAZY DEALS! 24/7 Support! *SPECIAL* Buy 1year Get 1year Free* PLAN START $0.99! (Web Hosting Deals)
- Problem with spam and spoofed email addresses (Networking Hardware Configuration)
- Need help on sending email with image and text (Growing an Online Community)
Other Threads in the ASP Forum
- Previous Thread: Is it possible to call text by ID
- Next Thread: need help how to add multiple email addresses on a radio button
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7






