Advertisement
Advertisement
| 11.30.2007 at 09:45AM PST, ID: 22993700 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
<cftry> <cfmail from="xxx@unc.edu" to="xxxx@mail.fpg.edu" subject="cfmail test" server="smtp.fpg.edu" type="html"> <h2>Check to see if you get an email. If so, CFMAIL is working!</h2> </cfmail> <cfcatch type="any"> <h2> something is not working right!</h2> </cfcatch> </cftry> |