kkpaTechie
Guppy
Hi-
I'm using cfmail from my main domain to send form mail and it works perfectly. I am referencing my main domain's mailserver.
I created a sub-domain and tried using the exact same cfmail line of code on a page in my subdomain, that references my main domain's mailserver, and it doesn't work at all.
Is there something different I have to do in my sub-domain code to send cfmail? Am I not able to reference the same main mail server as in my main domain's cfmail code?
Here's the format of my cfmail code:
<cfmail to="[email protected]" from="[email protected]" subject="Response posted" server="[email protected][email protected]">
I'm using cfmail from my main domain to send form mail and it works perfectly. I am referencing my main domain's mailserver.
I created a sub-domain and tried using the exact same cfmail line of code on a page in my subdomain, that references my main domain's mailserver, and it doesn't work at all.
Is there something different I have to do in my sub-domain code to send cfmail? Am I not able to reference the same main mail server as in my main domain's cfmail code?
Here's the format of my cfmail code:
<cfmail to="[email protected]" from="[email protected]" subject="Response posted" server="[email protected][email protected]">