Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Send Mail Function

Status
Not open for further replies.

JustWondering

Technical User
Jun 28, 2003
57
US
Hello,

How do you send and BCC to mutiple emailaddresses in Send Mail function?

Thanks
 
Assuming you're using CDO (or CDONTS), then a comma and a space between each e-mail address works just fine.

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
 
Send Mail function I believe is valid in ASP.NET as it was in VB6. Is that what you are actually looking for?

if not here's some links to hits generated by predefined functions called sendmail

try reading this also among the others in the section faq333-3811

____________________________________________________
[sub]The most important part of your thread is the subject line.
Make it clear and about the topic so we can find it later for reference. Please!! faq333-3811[/sub]
onpnt2.gif
 
Bullschmidt, you mean something like this:

Mail.AddAddress "1@a.com", "2@a.com"
Mail.AddBcc "3@tek.com", "4@tek.com"

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top