Question
CFMAIL not working online
I'm trying to send the email from my AOL account... it works
fine hosted locally... and doesnt when I upload it to my GoDaddy
hosted account... Is there some GoDaddy setting I need to use... or
if I have to use a GoDaddy created email address... what settings
do I use... I'm not much of a programmer... so please explain like
ur talking to a 2-year old.
<---THE CODE IS BELOW --->
<CFMAIL FROM="harryleroybrown@aol.com" TO="harryleroybrown@aol.com" SUBJECT="Survey Request Submitted !" server="smtp.aol.com" username="harryleroybrown" password="doctor" PORT="587">
There has been a form submission on your site, here's what they had to say:
Sender name: #form.requesting_company#
Sender email: #form.Requestor_Email_Address#
Address (1st location only): #form.location1_address_street#, #form.location1_address_city#,#form.location1_address_state#
Message Sent: #DateFormat(now(), 'mmmm dd, yyyy')# #TimeFormat(Now(), 'hh:mm:ss tt')#
</CFMAIL>
<---THE CODE IS BELOW --->
<CFMAIL FROM="harryleroybrown@aol.com" TO="harryleroybrown@aol.com" SUBJECT="Survey Request Submitted !" server="smtp.aol.com" username="harryleroybrown" password="doctor" PORT="587">
There has been a form submission on your site, here's what they had to say:
Sender name: #form.requesting_company#
Sender email: #form.Requestor_Email_Address#
Address (1st location only): #form.location1_address_street#, #form.location1_address_city#,#form.location1_address_state#
Message Sent: #DateFormat(now(), 'mmmm dd, yyyy')# #TimeFormat(Now(), 'hh:mm:ss tt')#
</CFMAIL>
