|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
cfpop using hotmailHi, Im working on a prof of concept using the pop service on hotmail. I've found info on Google saying that hotmail give pop access to premium access users - i have a one of those accounts. I heard that it does SSL only and cfpop does not right off the bat, so i did some digging and found this: <cfset javaSystem = createObject("java", "java.lang.System") /> <cfset javaSystemProps = javaSystem.getProperties() /> <cfset javaSystemProps.setProperty("mail.pop3.socketFactory.class", "javax.net.ssl.SSLSocketFactory") /> <cfset javaSystemProps.setproperty("mail.pop3.port",995) /> <cfset javaSystemProps.setProperty("mail.pop3.socketFactory.port", 995) /> Now, the port may be wrong or not but when i finish writing the statement: <cfpop name="test" action="GETHEADERONLY" username="***********@msn.com" password="**********" server="pop3.live.com"> <cfdump var="#test#"> I get a "mailbox for ="***********@msn.com is not available". Please help, no one even mentions hotmail and cfpop online, its as if im the only one thats even attempted to do this. King. |
March 22, 2010
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||