email code do not appear in web page
I want to send email so I put the following test code in an index.cfm file:
<cfmail to="akao@gmail.com" from="akao@gmail.com" subject="Hello There">Hello!
Testing</cfmail>
<p>cfmail</p>
I want to send email so I put the following test code in an index.cfm file:
<cfmail to="akao@gmail.com" from="akao@gmail.com" subject="Hello There">Hello!
Testing</cfmail>
<p>cfmail</p>
Have you checked the underliverable mail directory and/or log files to see if any errors were encountered?
You may wish to review the "Sending and Receiving E-Mail" section of the CF documentation for information on troubleshooting mail problems.
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-782a.html
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.