07 Sep 2010 
Support Center » Knowledgebase » How do i put CFMAIL Tag to work?
 How do i put CFMAIL Tag to work?
Solution In order to send mails successfully through CFMAIL tag you have to make sure that the CFMAIL construct looks like this...

<CFMAIL FROM="user@mydomain.com"
TO="user@otherdomain.com"
SUBJECT="My Subject"
SERVER="mail.server"
USERNAME="user@mydomain.com"
PASSWORD="mypassword">

Email goes here...

</cfmail>

In the above construct you should replace mydomain.com with your domain name, and user@mydomain.com with the email user that you have created in helm. Remember emails will not go out without proper authentication.


Article Details
Article ID: 43
Created On: 23 Sep 2009 03:51 PM

 This answer was helpful  This answer was not helpful

 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News | Downloads
Language:

Help Desk Software By Kayako SupportSuite v3.11.01