Skip to main content
Known Participant
September 10, 2010
Answered

email code do not appear in web page

  • September 10, 2010
  • 1 reply
  • 800 views

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>

When I view the page source of the web page, I only see "<p>cfmail</p>".
I do not see "<cfmail to=... </cfmail>.
Please help.
Thanks.

This topic has been closed for replies.
Correct answer JR__Bob__Dobbs

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

1 reply

Inspiring
September 10, 2010

The CFMAIL tag does not output any HTML to the browser it sends email.

albertkaoAuthor
Known Participant
September 10, 2010

However, I do not receive any email.

JR__Bob__DobbsCorrect answer
Inspiring
September 10, 2010

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