Hey everyone,
 
I have a basic <cfmail> tag on a page and want to send an email when a visitor fills out the form. Once they hit the submit button it processes the cfmail tag to send out the email. On the website, it doesn't give me an error, but in the ColdFusion Administrator in the mail log, I get the following error. Could anyone help me with this problem I'm having?? THANKS!!!

Error message from the ColdFusion Administrator:
Failed to send the spooled mail file, C:\CFusion\Mail\spool\5BB.cfmail. SMTP server replied "Requested action not taken: mailbox name not allowed or chunk too large" Moved file to C:\CFusion\Mail\undelivr\5BC.cfmail.
 
Another error message from the ColdFusion Administrator:
Failed to send the spooled mail file, C:\CFusion\Mail\spool\5B4.cfmail. SMTP server replied "5.7.1 <[EMAIL PROTECTED]>... Relaying denied.  Please check your mail first or restart your mail session." Moved file to C:\CFusion\Mail\undelivr\5B8.cfmail.


My code for the cfmail tag:
<CFMAIL FROM="[EMAIL PROTECTED]"
TO="[EMAIL PROTECTED]"
SUBJECT="Contact from your website">

Name: #Form.contactName#

Email: #Form.contactEmail#

Comments/Questions:
#Form.contactComments#

</CFMAIL>

Rick Nielsen
CEO
Mach10 Design, Inc.
7200 West 132nd Street
Suite 380
Overland Park, KS  66213
[EMAIL PROTECTED]
913-897-5301
Ext 4801

Reply via email to