Could anyone tell me why I'm getting this error connecting to the mail 
server? It's happening all the time and I do not understand why.

"Error","TID=688","04/12/01","02:13:52","Error occurred while attempting to 
connect to mail server. - [PT_NOTCONNECTED] Attempt made to use a session 
that is not the PT_CONNECTED state (Send attempted with closed 
connection)  - Server = 'mail.cmfc.net'"
"Error","TID=688","04/12/01","02:13:52","Message not delivered due to error 
in establishing connection - Undelivered message file archived to 
'C:\CFUSION\MAIL\UNDELIVR\CFM46B.TMP'"

The CFMAIL tags as follows:


<CFQUERY NAME="Email" DATASOURCE="cmfc">
    SELECT * FROM EmailList
</CFQUERY>

<CFMAIL
   TYPE="HTML"
   TO="#email#"
   FROM="[EMAIL PROTECTED]"
   SUBJECT="#Form.Subject#"
   SERVER="mail.cmfc.net"
   PORT="25">
#Form.Message#
</CFMAIL>

Thanks.

Richard


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to