How to send an email using <cfmail>
Hi All,
I am new to coldfusion 8. I need to send a mail using <cfmail> tag of coldfusion 8. I am trying to do this by following the below code:-
<cfmail
to="bhavishya.soni@nextbrick.com" from="admin.mailinator@gmail.com" subject="Successful Registration" server="smtp.gmail.com"
username="admin.mailinator@gmail.com" password="TEXT" type="text/html" port="465" charset="utf-8">
Congratulations! You have successfully Send
</cfmail>
Using the above code, I am getting error as follows inside the "Coldfusion8\logs\mail.log" file.
"Error","scheduler-0","06/22/09","11:50:51",,"Exception reading response"
Anybody help me please, let me know where am i wrong? How can i send the authenticated mail using <cfmail> coldfusion 8. Is there need to set any attribute to send an authenticated mail in coldfusion 8.
I have configured coldfusion 8 with Myeclipse 6.0. I tried to set the useSSL=''true" and useTLS ="true" but these attribute is not being display in my IDE (MyEclipse 6.0).
Please help me.
Thanks in advance.
Regards,
Bhavishya
