Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cfmail works only local 1

Status
Not open for further replies.

peter11

Instructor
Mar 16, 2001
334
US
i am using the following code but it will only send to local email accounts, ie. acounts at myserver.com.
Accounts like hotmail and aol do not recieve any mail.

We have a proxy server could that be the problem?
Code:
 <CFMAIL  
TO = "#form.Email#" 
FROM = "jbernhardt@myserver.com" 
SUBJECT="Conference Password" 
server="mail.myserver.com"
TYPE="HTML">
 
Your email server will have to be set up to forward, or route, SMTP traffic from the Web server/proxy to sites outside the domain.

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
 
Do you where i can find documentation on how to set up the server to do this?
 
It should be in the manual that came with your email server software.


Hope This Helps!

ECAR
ECAR Technologies

"My work is a game, a very serious game." - M.C. Escher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top