Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what would be the full code for sending email using ASP.net and linq.
Posted
Comments
Sergey Alexandrovich Kryukov 23-Nov-13 18:06pm    
The question does not make sense. Does it imply: "write full code for me; the code should send e-mail using ASP.NET and LINQ"? :-)
(Why LINQ?... :-)
—SA

1 solution

There are lots of samples online and since this is the Quick Answer forum I will recommend you to search google or this site for examples.

There are many ways to do it and none of those ways will plug and play directly into your code so you need to find a sample and then implement it in your project.
 
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