Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
braulio! #1
cfmail tag needs desparate simple insight
The cf page with cfmail tag listed below loads properly but the email is not
generated. I have checked all 3 email accounts . The text variables are
coming from a flash form. I have verified the text variables are being loaded
correctly using a trace() function. Any insight on why the cfmail tag fails to
generate the email. The page loads correctly with 0 errors, no unidentified
elements in the display of the cf page. What am i overlooking? I have used
this same tage before with other customers with 0 issues. Thanks in advance,
Braulio.
<cfmail server="smtp.mailer.hostek.net"
subject="Pro Mega Signs Online Customer Inquiry"
from="#Form.email#"
to="victor@promegasigns.com"
cc="nora@promegasigns.com"
bcc="braulio@websitemedia.net">
A customer inquiry was posted to Pro Mega Signs website:
Subject: Pro Mega Signs Online Customer Inquiry.
Name:"#Form.firstname#"
Phone: "#Form.lastname#"
Email:"#Form.email#"
Company:"#Form.company#"
Message:"#Form.message#"
</cfmail>
braulio! Guest
-
HELP am desparate
I am having dreamweaver problems BIG TIME. I have spend some time analyzing and I have found this unexpainable change. Dreamweaver is changing... -
In a desparate situation
:confused;I am a Volunteer with The Safe Animal Shelter of Orange Park Florida - a non profit "No Kill" shelter for Cats and Dogs. We have a... -
Need some desparate HELP!!!! PLEASE
People, I have a flash file inserted into director mx....The flash file works fine, but when i go to the next screen/stage the flash file seems... -
Compaq Insight Remote Lights Out II
For Sale for very cheap.....I found this and thought some of you might appreciate a good deal! ... -
CA INSIGHT DB2 TABLES HUGE , any suggestions????
We have created the INSIGHT tables to dump the SMF data into them. The # of rows per day for some of the tables is as much as 8 million. Has anyone... -
doug777 #2
Re: cfmail tag needs desparate simple insight
Can't understand how you can verify the variables are present with a
trace() function.
Surely the only way to be certain the variables are there is to put
<cfdump var="#Form#"><cfabort>
right before the cfmail tag.
Doug
doug777 Guest
-
davidsimms #3
Re: cfmail tag needs desparate simple insight
Braulio,
1. Have you logged into the CF Administrator and verified that CF can connect
to the email server?
2. Have you checked the log files in the CF Administrator to confirm that it
was sent?
3. Are you sure the SMTP server on the machine in question will send mail as
expected?
David
davidsimms Guest
-
braulio! #4
Re: cfmail tag needs desparate simple insight
Thanks David. I have submitted to the hosting company the questions that you
submitted. Since I am hosting the website other than on my server, I am
relying on the hosting company to answer the queries you submitted. Once I
hear from them, i will post the reply.
Braulio
braulio! Guest



Reply With Quote

