Title: CFMail

Hi All,
I'm on a CFMX server. 
I have this cfmail code:
<cfif IsDefined("url.picker")>
<cfmail to="[EMAIL PROTECTED]"
        from="Golf Pool"
        subject="Sprite Classic"
                type="html">
#url.picker# picked #url.picked#.<br>
#url.turn# it's your pick!<br>
<a href="" href="http://www.trademtg.com/golf/draft.cfm">http://www.trademtg.com/golf/draft.cfm">http://www.trademtg.com/golf/draft.cfm</a>
</cfmail>
</cfif>

How come it's not working?  If I do a regular cfmail like so:
<cfmail to="[EMAIL PROTECTED]"
        from="Golf Pool"
        subject="Sprite Classic"
                type="html">
test
</cfmail>

It works.  Can someone explain why?

Thanks.

Ron

Reply via email to