package com.mail;
import javax.mail.*;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
public class EmailSender {
public static void main(String ar[]) throws Exception{
String smtpHost = "smtp.mail.yahoo.com",
user = "aaa@aa.com",
password = "1234",
to ="csnair1981@yahoo.com",
subject="hi how r u ",
fromName = "abcd@gmail.com";
java.util.Properties props = new java.util.Properties();
props.put("mail.smtp.host", smtpHost);
props.put("mail.smtp.auth", "true");
props.put("mail.transport.protocol", "http");
props.put("mail.pop.port", 587);
// Authenticator auth = new PopupAuthenticator ();
Session session = Session.getInstance(props);
// Address replyToList[] = { new InternetAddress("csnair1981@yahoo.com") };
Address toList[] = { new InternetAddress("csnair1981@yahoo.com") };
Message newMessage = new MimeMessage(session);
newMessage.setFrom(new InternetAddress(fromName));
// newMessage.setReplyTo(replyToList);
newMessage.setRecipient(Message.RecipientType.TO, new InternetAddress(to));
newMessage.setSubject(subject);
newMessage.setText("This is is a test mail from java ");
// newMessage.setSentDate(sentDate);
Transport transport = session.getTransport("smtp");
transport.connect(smtpHost, user, password);
transport.sendMessage(newMessage, toList);
}
}
Saturday, December 12, 2009
Send Email program full source code


Popular Posts( Last 7 Days )
-
Anna university results B.E/B.Tech 8 Semester May/June 2012 Hey guys our chennai anna university results came now. You can see your re...
-
Expert Advice on the Proper Cup Size Bras for the most part are highly engineered and thoughtfully designed. It's not unusual for...
-
Baby Wallpapers And Images Free download cute Baby Wallpapers And Images Download Natural Baby Wallpapers And Images Download Flower Baby ...
-
Also Known As: Diabólica tentación Тело Дженнифер Ördög bújt beléd Dzeniferes kunas El cuerpo de Jennifer Garota Infer...
-
New Rare Cute Kutties babys Wallapeprs Desktop kids wallpapers , free download kids wallpapers , new 2010 cute kids wallpapers 2010 ...
-
Singam Blu Ray Video Songs Free Download Download Singam Video Songs (HD) (First On Net) Movie Name : Singam (2010) Directed by : Hari Pro...