Click here to Skip to main content
15,886,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to send a mail to multiple recipients while getting the e-mail addresses from the database. I also want to attach files and getting the file from:
<asp:file upload="" field="" xmlns:asp="#unknown"></asp:file>

Please help me.
Posted
Updated 12-Jan-11 19:57pm
v2

Maybe this link will help you
http://en.w3support.net/index.php?db=so&id=80653[^]
 
Share this answer
 
v3
Comments
Dalek Dave 13-Jan-11 3:36am    
Good Link.
Hi,

In the code behind add the code like this


For each email in strToAddresses   
     email.to.add(email)   
Next
 
Share this answer
 
v2
Comments
Hiren solanki 13-Jan-11 2:03am    
Do you think this is an answer ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900