How does SMTP support web applications ?

 Posted by Chvrsri on 12/22/2010 | Category: ASP.NET Interview questions | Views: 3847 | Points: 40
Answer:

Simple Mail Transfer Protocol (SMTP ) is the standard for sending electronic mails(e-mail) across IP networks.

Using some pre-defined class in the System.Net.Mail and System.Net.Mime assemblies we can send mails to one or more recipients.

These mails can also be sent with alternative views and it can even handle the file attachments.


Source: My Own Observation | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response