buy tb500

CFmail cold fusion testing

this CFmail testing in cold fusion

save the file like this   test_email.cfm   then to test u use

www.alzwea.com/test_email.cfm?email=ayad@shinjiru.com  then you can see the email in your inbox

<html>
<head>
<title>Sending a simple e-mail</title>
</head>
<body>
<h1>Sample e-mail</h1>
<cfmail
from=”Sender@Company.com”
to=”#URL.email#”
subject=”Sample e-mail from ColdFusion MX”>

This is a sample e-mail message to show basic e-mail capability.

</cfmail>
The e-mail was sent.

</body>
</html>

Leave a Reply