SMTPFrom is a required parameter.  Change it to something like:

 <cfoutput query="name">
 <cfx_iMSMail priority="0" smtpfrom="[EMAIL PROTECTED]" smtpto="#email#"
header_to="#email#"
 header_subject="Your CFDeveloper application"
 header_from="[EMAIL PROTECTED]" log="yes"
 body="
 Dear #firstname#,

 .......">
 <cfoutput>

Regards,

Howie

----- Original Message -----
From: "Russ Michaels" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 20, 2001 4:22 PM
Subject: [iMS] CFX_IMS wont send


> Have I done something wrong here, I can send mail via the test console,
but
> not via CF.
> <cfoutput query="name">
> <cfx_iMSMail priority="0" smtpto="#email#" header_to="#email#"
> header_subject="Your CFDeveloper application"
> header_from="[EMAIL PROTECTED]" log="yes"
> body="
> Dear #firstname#,
>
> .......">
> <cfoutput>
>


========================================================================
     This list server is Powered by iMS
   'The Swiss Army Knife of Mail Servers'
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
========================================================================

Reply via email to