Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

I want to send an email to multiple email IDs using my c#.Net code. I have written the code and the email sending code is working fine. But as to many email IDs are present in 'To list' I want to hide the recipients for security purpose. One way to achieve this is using BCC. But does BCC creates spam email? or is there any other possibility to send email with undisclosed recipients in To list.

Thanks
Posted

BCC is the only possibility.

Spam is not the technical but a social phenomenon, a malicious activity like sending unsolicited advertizement and fraudulent offers; and the technical means of this kind of communication are simply irrelevant. "Does BCC create spam e-mail" sounds like a gibberish, sorry.

—SA
 
Share this answer
 
Use of for loop to send email
 
Share this answer
 
Comments
Thomas Daniels 20-Dec-12 8:06am    
Using for loop to send email is very slow.
If you send more than 100 emails with the same content using a for loop, your program is running very slow.
Jibesh 20-Dec-12 8:12am    
Yes. But still its also a Practical solution. cannot be downvoted.

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