954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Auto Mail in ASP.NET

hello....
as i m building a job site. i am getting resume for the applicants through,but now i want to send them auto generate mail. i.e; when they send me mail and after i get the mail. my system should automatically send the mail to them that thank you for sending mail. etc to them.

so can this be done in ASP.NET

Dhruv Shah
Newbie Poster
17 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

ASP.NET is not a mail server. Your users are sending email to a mail server, not to an ASP.NET application. If you want to send an email programmatically when a user fills out a form or clicks a link to your ASP.NET application, you can do this of course. Simply search for [search]ASP.NET email[/search] for plenty of examples.

If you want your mail server to send an auto-response, read the documentation for your mail server.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You