Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need to send an email in asp.net 4.0 through smtp. Recipient should not be able to forward or copy the mail.
How can we do it programmatically?
Posted
Updated 22-May-13 23:58pm
v2
Comments
Thanks7872 23-May-13 6:06am    
If you send mail to my gmail account then forward functionality will be controlled by you or google? Think for a while on this.
Richard MacCutchan 23-May-13 6:44am    
You cannot prevent a recipient from doing what they want with a mail message.

1 solution

I am afraid you can't do it.

If you want to get started on Email sending then follow the below articles.

1. Asp.net send email using c#[^].
2. Send Mail / Contact Form using ASP.NET and C#[^]
3. Send through Gmail - follow my answer - sending email to gmail from asp.net[^]
 
Share this 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