| Author |
Where the heck is com.sun.net.ssl.internal.ssl.Provider?
|
Alex Ryan
Greenhorn
Joined: Aug 12, 2009
Posts: 13
|
|
I am trying to use JavaMail to send e-mail via gmail.
I've found some code samples that show how to do this but they all require this class: com.sun.net.ssl.internal.ssl.Provider.
I can't find that class anywhere.
If someone happens to know where it is, could you please let me know?
Thanks,
Alex
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
You have probably searched the Internet (No, I'm not complaining that you did that) and found some out-of-date code examples. Forget about them. Instead, have a look at the JavaMail FAQ, in particular the topic headed "How do I access Gmail with JavaMail?"
|
 |
Alex Ryan
Greenhorn
Joined: Aug 12, 2009
Posts: 13
|
|
Paul,
Thanks very much for the pointer.
The sample code provided enabled me to get this working.
~Alex
|
 |
 |
|
|
subject: Where the heck is com.sun.net.ssl.internal.ssl.Provider?
|
|
|