I am trying to get this email client to work on my site but really
struggling.

The problem code seems to be here.


<CFSET PARAMETERS =
"EmailAddress=#URLEncodedFormat(EmailAddress)#&PopServer=
#URLEncodedFormat(PopServer)#&SMTPServer=#URLEncodedFormat(SMTPServer)#&
Username=
#URLEncodedFormat(Username)#&Password=#URLEncodedFormat(Encrypt(Password
,815))#">      

<!--- retrieve and display all message headers, 10 at a time.  The
number
      displayed per screen can be increased here by increasing the value
of the
      NumDisplayMessages variable --->
<CFPOP ACTION="GetHeaderOnly" NAME="GetMessageHeaders"
SERVER="#popserver#" 
       TIMEOUT="600" USERNAME="#username#" PASSWORD="#password#"
       STARTROW="#CurrentMessageNumber#" MAXROWS="#NumDisplayMessages#">


The error is username and at other times SMTPServer is not recognized!
I could use some help - or if anyone has ideas as to where I can get one
to use!

I can explain

Kodjo ackah
Principal Consultant
concrete-media.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to