Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how send automatically email using global.asax file
Posted

1 solution

Well I am really not sure what you're trying to do here, however .NET has a number of built in classes which make sending E-mail incredibly easy. What I would be inclined to do is create a dll, which encapsulates the send E-mail functionality I want to call, and then call the functionality in that dll from my global.asax file. Alternatively, you could make use of the classes .NET provides for sending E-mail directly from your asax file, but then again why would you want to do that?
 
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