CFMAIL not sending outside email messages

2001-02-26 Thread MIKE GEORGE

When using CFMAIL, and we send email to a person in our agency, the email is sent 
fine. But if we try and send to someone outside our agency, the email does not get 
sent.

Any ideas?

Thanks


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts



Re: CFMAIL not sending outside email messages

2001-02-26 Thread David E. Crawford

Look in the cfusion\mail\log directory and review the log files.  They will
often give important information as to why a message is not deliverable.

DC

- Original Message -
From: "MIKE GEORGE" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, February 26, 2001 10:32
Subject: CFMAIL not sending outside email messages


 When using CFMAIL, and we send email to a person in our agency, the email
is sent fine. But if we try and send to someone outside our agency, the
email does not get sent.

 Any ideas?

 Thanks


 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL not sending outside email messages

2001-02-26 Thread Todd Ashworth

What does your cfmail log file say?  It could be anything from a mail server
issue to a DNS issue.

Todd Ashworth --
Web Application Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]
- Original Message -
From: "MIKE GEORGE" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, February 26, 2001 10:32 AM
Subject: CFMAIL not sending outside email messages


When using CFMAIL, and we send email to a person in our agency, the email is
sent fine. But if we try and send to someone outside our agency, the email
does not get sent.

Any ideas?

Thanks


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL not sending outside email messages

2001-02-26 Thread Andrew Tyrone

George,

Do you use SMTP Authentication -- user names and passwords?  If so, my guess is that 
CF isn't running under a user account with access to send mail.  If CF is running 
under the local system account, you need to create a user account for it and give that 
user account permissions to your SMTP server.  The reason CF might be able to send 
mail internally may be a rule that is set in your mail server.   This might be 
allowing mail to be sent to the SMTP server that is for users on the network only.

-Andy 

 -Original Message-
 From: MIKE GEORGE [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 26, 2001 10:32 AM
 To: CF-Talk
 Subject: CFMAIL not sending outside email messages
 
 
 When using CFMAIL, and we send email to a person in our agency, 
 the email is sent fine. But if we try and send to someone outside 
 our agency, the email does not get sent.
 
 Any ideas?
 
 Thanks
 
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL not sending outside email messages

2001-02-26 Thread Mary_Baotic


We had this problem and it turned out that our mail server would not send
email out on behalf of a server because it interpreted it as spam.  You
might ask your network administrators about this.

Mary

   
   
"MIKE GEORGE"  
   
[EMAIL PROTECTED]To: CF-Talk 
[EMAIL PROTECTED]   
ate.wv.us  cc:
   
Subject: CFMAIL not sending 
outside email messages
02/26/01 10:32 AM  
   
Please respond to  
   
cf-talk
   
   
   
   
   




When using CFMAIL, and we send email to a person in our agency, the email
is sent fine. But if we try and send to someone outside our agency, the
email does not get sent.

Any ideas?

Thanks


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarlists




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL not sending outside email messages

2001-02-26 Thread Howie Hamlin

FYI: CFMAIL does not have the ability to use Auth SMTP at all.  Changing the
user name that CF runs under would not fix that.

Regards,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "Andrew Tyrone" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, February 26, 2001 10:38 AM
Subject: RE: CFMAIL not sending outside email messages


 George,

 Do you use SMTP Authentication -- user names and passwords?  If so, my
guess is that CF isn't running under a user account with access to send
mail.  If CF is running under the local system account, you need to create a
user account for it and give that user account permissions to your SMTP
server.  The reason CF might be able to send mail internally may be a rule
that is set in your mail server.   This might be allowing mail to be sent to
the SMTP server that is for users on the network only.

 -Andy



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL not sending outside email messages

2001-02-26 Thread Ramonda Ramos

I will be out of the office today, Monday, February 26.  I will return Tuesday, 
February 27.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL not sending outside email messages

2001-02-26 Thread Ramonda Ramos

I will be out of the office today, Monday, February 26.  I will return Tuesday, 
February 27.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists