Hi all, what is the best way to send an email from an asp.net page?
I don't mean the code to actually send the message, I mean, for example, in my application, the lost password link sends an email to the user when a button is clicked, but if the smtp server takes 10 seconds to send the message, the user will wait the page to load for 10 seconds.
What would you suggest to avoid this?
thanks!