Close
jGuru Forums
Posted By: Anonymous Posted On: Thursday, September 6, 2001 09:16 AM
I´m trying to send an e-mail with java mail throw smtp server from yahoo but when i execute the progrmam i recive this exception: javax.mail.NoSuchProviderException: No provider for Address type: rfc822 at javax.mail.Session.getTransport(Session.java:516) at javax.mail.Transport.send0(Transport.java:155) at javax.mail.Transport.send(Transport.java:81) at sendMail.main(sendMail.java:29) What´s the problem? I put into a Properties object the host whith de string like this smtp.correo.yahoo.es . This is the same string that i put in Outlook for smtp server. How does it do?
Re: Yahoo! Smtp server
Posted By: John_Zukowski Posted On: Thursday, September 6, 2001 11:34 AM