Hi
I am seeking to incorporate a simple email service in the CF site I am
developing, and am at the early stages of exploring the logistics of such
an enterprise. Unfortunately, I have made a less than auspicious start!
My simple test page for the <CFPOP> tag is not working.
The code is:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<h1>Mail test</h1>
<cfpop
Server="pop.mail.yahoo.com"
Username="[username]"
Password="[password]"
Action="GETALL"
Name="Messages"
>
<cfoutput query="messages">
From: #Sender#
</cfoutput>
</body>
</html>
And the error message I get is:
Error Diagnostic Information
Connection Failure
The error occurred while processing an element with a general identifier
of (CFPOP), occupying document position (11:2) to (17:1).
Is there something really obvious I am missing?
Any help from old hands would be very much appreciated.
Best wishes
Dave Dixon.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists