Send Email - Online Code
Description
This is a code in Java to send out email with your System's Default Settings.
Source Code
import java.awt.Desktop;
import java.net.URI;
public class SendEmail
{
public static void main(String[] a) throws Exception
{
Desktop desktop = null;
if (Desktop.isDesktopSupported())
{
desktop = Des... (login or register to view full code)To view full code, you must Login or Register, its FREE.
Hey, registering yourself just takes less than a minute and opens up a whole new GetGyan experience.
Related Online Codes:
Comments
![]() | Shamit Kumar Tomar on 2008-08-04 15:20:11 wrote, Please be more descriptive next time. |

