Trinity-Links
03-29-2008, 09:08 PM
HI
I used to get problems with sending PHP emails, AOL just wouldnt receive them. I then turned to Coldfusion to solve this..
My entire website is written in PHP but I use a .CFM page to send the EMAIL.
THE .cfm page is an inbetween page from submitform.php to submitedok.php .
My googlemail account receives the email but AOL doesnt even send this email to spam.. God knows where its going!
<head>
<cfmail to="#form.email#"
from="Free Tags Page"
subject="New Customer Comments"
type="html">
#form.email#
</cfmail>
</head>
<body>
</body>
Ive placed the <cfmail> in the <head> as I want it to post and redirect to the next page without ever displaying the .cfm page.
Hope this makes sense:eek:
I used to get problems with sending PHP emails, AOL just wouldnt receive them. I then turned to Coldfusion to solve this..
My entire website is written in PHP but I use a .CFM page to send the EMAIL.
THE .cfm page is an inbetween page from submitform.php to submitedok.php .
My googlemail account receives the email but AOL doesnt even send this email to spam.. God knows where its going!
<head>
<cfmail to="#form.email#"
from="Free Tags Page"
subject="New Customer Comments"
type="html">
#form.email#
</cfmail>
</head>
<body>
</body>
Ive placed the <cfmail> in the <head> as I want it to post and redirect to the next page without ever displaying the .cfm page.
Hope this makes sense:eek: