KNOWLEDGEBASE · COLDFUSION
How do i put CFMAIL Tag to work?
Last updated 2019-02-03
In order to send mails successfully through CFMAIL tag you have to make sure that the CFMAIL construct looks like this...
FROM="user@mydomain.com"
TO="user@otherdomain.com"
SUBJECT="My Subject"
SERVER="mydomain.com"
USERNAME="user@mydomain.com"
PASSWORD="mypassword">
Email goes here...
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.
FROM="user@mydomain.com"
TO="user@otherdomain.com"
SUBJECT="My Subject"
SERVER="mydomain.com"
USERNAME="user@mydomain.com"
PASSWORD="mypassword">
Email goes here...
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.
Tell us what has to stay up.
A short conversation with an engineer. No quote-bot, no callback queue. We'll tell you honestly if we're not the right fit.