Tuesday, November 07, 2006

How to send mail using java and .net

Hi all..

Sending email is a very important part of any application. If the mail sending protocol is enabled in the server (This will be enabled by default when you buy the server) , we would be able to send mails to others using our program.

If you like to know how to send mail using java, click below. Here the 'send' method of the JavaMail API to send the mail.

http://www.oracle.com/technology/sample_code/tech/java
/jsps/ojsp/sendmail.html
http://www.jguru.com/faq/view.jsp?EID=1163

If you like to send mail using .net , then go to the below link. Here we create a MailMessage object and then call the send method in SmtpMail class to send the mail.

For VB : http://www.codeproject.com/vb/net/SendMail.asp
For CS : http://www.codersource.net/csharp_sending_emails.aspx

And friends, I have a news today. Microsoft Corp. has upgraded its online mapping service to include three-dimensional tours of 15 U.S. cities, marking another step in its dogged pursuit of Internet search leader Google Inc.

Click the below link for more details on this news.
http://www.foxnews.com/wires/2006Nov06/0,4670,MicrosoftMaps,00.html

Ok then...bye for now.
sijith

No comments: