Question : how do i configure my coldfusion administrator to send mail with localhost ?

hi,
how do i configure my coldfusion administrator to send mail with localhost ?
and what  sort of code can i put in my cfm file to send an e-mail ?

i have try to do it, but it didn't work.. i have configure the coldfusion administrator with the following information:
mail server : "127.0.0.1" and check the box " verify mail server connection " but when i submit changes it tell me "connection verification failed ! "
and i have put this code in my cfm file but within success:
" <cfmail to="[email protected]"
from="[email protected]"
subject="test">
</cfmail>"

any solutions please ?

Answer : how do i configure my coldfusion administrator to send mail with localhost ?

I have determined that the issue is with Trend Micro Personal Firewall. First I disabled it which allowed the connection to go through.  Then I fiddled with the Allow list of programs to allow Net Screen access.  All is well now.
Random Solutions  
 
programming4us programming4us