Lucee test mail script
Lucee test mail script.
Lucee-CFMail test mail script, Put the script in the domain’s document root ( test.cfm ) and call the domain in the browser domain/test.cfm.
Please use the valid mail accounts and authentication ( Password ).
<cftry> <cfmail to="[email protected]" cc="[email protected]" bcc="[email protected]" from="[email protected]" subject="server support" server="localhost" username="[email protected]" password="V$tM9%6G[[email protected]"> Hello, this is my email! 3er </cfmail> mail sent! <cfcatch type="any"> <cfoutput> #cfcatch.Message#<br /> #cfcatch.Detail# </cfoutput> </cfcatch> </cftry>