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
7:11 PM
Karthikh Venkat
Popular Posts( Last 7 Days )
-
Megan Fox Passion Play Movie Promo Shoot Stills. Megan Fox Passion Play Movie Stills.
-
Vijay TV Kaavalan Success Special Program Stills, Vijay Kavalan movie success meet in vijay tv images, kavalan asin stills @ Vijay TV S...
-
Vinnai Thandi Varuvaya ~ Blu ray ~ Quality ~ Movie Download This image has been resized. Click this bar to view the full image. The or...
-
எனது முந்தைய பதிவில் குறிப்பட்டது போலவெ அசல் பர்ஸ்ட் டேய் பர்ஸ்ட் ஷொ பார்தாச்சு. எதிர்பார்த்ததை போலவெ பழி வாங்கும் கதைதான், ஆனால் கொடுத்த வி...
-
Kristen Jaymes Stewart is an. She has acted in films like Panic Room, Zathura, In the Land of Women, Adventureland, The Messengers, The Ru...