Question
CF Mail Problems
For the life of me I cannot get my CFmail to work. I have
tried every setting possible and it will not send me the desired
email. The server settings are correct, passwords etc. Is there any
reason why this would not be working?
<cfmail to="jpeterson@transamericanproperties.com" from="info@fllandconnection.com" server="smtpout.secureserver.net" username="info@fllandconnection.com" password="*****" subject="Flandconnection Lead">
<!----here is my 'thank you for your order' letter---->
************************************************
Date: #dateformat(now(), "mm-dd-yy")#
Name: #firstname# #lastname#
Email: #email#
Phone: #phone#
*************************************************
Login to Fllandconnection.com and click "Interested" to view the details.
</cfmail>
<cfmail to="jpeterson@transamericanproperties.com" from="info@fllandconnection.com" server="smtpout.secureserver.net" username="info@fllandconnection.com" password="*****" subject="Flandconnection Lead">
<!----here is my 'thank you for your order' letter---->
************************************************
Date: #dateformat(now(), "mm-dd-yy")#
Name: #firstname# #lastname#
Email: #email#
Phone: #phone#
*************************************************
Login to Fllandconnection.com and click "Interested" to view the details.
</cfmail>