Re: cfmail won't send

2008-04-28 Thread daniel kessler
alright, I found the problem element.  If I include  SERVER = mail.umd.edu, 
then it doesn't work.  Remove it and I receive my emails.  I guess it's assumed 
or something else is assumed and this incorrectly overrides it.

So this works:

cfmail 
TO = #the_email# FROM = Dean's Business Office[EMAIL 
PROTECTED] SUBJECT = Expenditure Request Received TIMEOUT = 90We will 
respond within 1 working day.
/cfmail


thank you for all the replies.

daniel 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304317
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfmail won't send

2008-04-28 Thread Brad Wood
If you do not specify an SMTP server, ColdFusion will use he default one
entered in ColdFusion Administrator.  Do you have access to the
Administrator?

~Brad

-Original Message-
From: daniel kessler [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 28, 2008 9:58 AM
To: CF-Talk
Subject: Re: cfmail won't send

alright, I found the problem element.  If I include  SERVER =
mail.umd.edu, then it doesn't work.  Remove it and I receive my
emails.  I guess it's assumed or something else is assumed and this
incorrectly overrides it.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304319
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmail won't send

2008-04-28 Thread daniel kessler
If you do not specify an SMTP server, ColdFusion will use he default one
entered in ColdFusion Administrator.  Do you have access to the
Administrator?

I do not.  It would be so useful though. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304340
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmail won't send

2008-04-27 Thread James Holmes
Have you checked your junk mail folder?

On Sat, Apr 26, 2008 at 5:45 AM, daniel kessler [EMAIL PROTECTED] wrote:
 1.  No, I sent mail from another application

  2. No.

  3. okay, will give it a shot.

  I don't have access to the cfserver.  It's shared hosting at the U.  Since 
 the other application worked, I'll start over and use it's cfmail block to 
 try again.

  And it did help.  It made me check the other application to assure that 
 email was fine.  I'll transfer info over one piece at a time to see where I 
 goofed.

  thanks.



  It could be a bunch of stuff:
  
  1. Your mail server may not exist (not likely)
  2. You may need to pass credentials to your mail server (legitimate
  username and password)
  3. The timeout may be too short, just get rid of it for testing.
  
  Do you have access to the webserver where CF is running? If so, log in
  and check the mail spool to make sure that the email is being
  generated and is getting to the spool.
  
  The spool is here:
  CFUSIONFOLDER\Mail\Spool
  
  There is also a folder is files undeliverable emails named
  Undelivr
  
  It is possible your CF server isnt sending any email, check and see if
  there is a bunch built up in there.
  
  If you have access to the CF Administrator, log in and enable Mail
  Logging. Then try it a bunch and check the Mail log files to see if an
  error is being generated.
  
  
  Those are the typical problems
  
  HTH
  
  =]
  
  
  --
  Alan Rother
  Adobe Certified Advanced ColdFusion MX 7 Developer
  Manager, Phoenix Cold Fusion User Group, AZCFUG.org

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304307
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmail won't send

2008-04-27 Thread AJ Mercer
you may have to get the CF server trusted by the mail server
ALLOW RELAY

Your mail administrator should know what these means


On Mon, Apr 28, 2008 at 1:31 PM, James Holmes [EMAIL PROTECTED]
wrote:

 Have you checked your junk mail folder?

 On Sat, Apr 26, 2008 at 5:45 AM, daniel kessler [EMAIL PROTECTED] wrote:
  1.  No, I sent mail from another application
 
   2. No.
 
   3. okay, will give it a shot.
 
   I don't have access to the cfserver.  It's shared hosting at the U.
  Since the other application worked, I'll start over and use it's cfmail
 block to try again.
 
   And it did help.  It made me check the other application to assure that
 email was fine.  I'll transfer info over one piece at a time to see where I
 goofed.
 
   thanks.
 
 
 
   It could be a bunch of stuff:
   
   1. Your mail server may not exist (not likely)
   2. You may need to pass credentials to your mail server (legitimate
   username and password)
   3. The timeout may be too short, just get rid of it for testing.
   
   Do you have access to the webserver where CF is running? If so, log in
   and check the mail spool to make sure that the email is being
   generated and is getting to the spool.
   
   The spool is here:
   CFUSIONFOLDER\Mail\Spool
   
   There is also a folder is files undeliverable emails named
   Undelivr
   
   It is possible your CF server isnt sending any email, check and see if
   there is a bunch built up in there.
   
   If you have access to the CF Administrator, log in and enable Mail
   Logging. Then try it a bunch and check the Mail log files to see if an
   error is being generated.
   
   
   Those are the typical problems
   
   HTH
   
   =]
   
   
   --
   Alan Rother
   Adobe Certified Advanced ColdFusion MX 7 Developer
   Manager, Phoenix Cold Fusion User Group, AZCFUG.org
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304308
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfmail won't send

2008-04-25 Thread daniel kessler
Is there anything wrong with this?  I know the code is called, but I've not 
been receiving the emails.

cfmail 
TO = [EMAIL PROTECTED]
FROM = [EMAIL PROTECTED] 
REPLYTO = [EMAIL PROTECTED]
SUBJECT = Expenditure Request Received
TIMEOUT = 30
SERVER = mail.umd.eduWe will respond within 1 working day.
If there is a problem, contact Vanessa Greer at (301) 405-2113.

Your request number is #get_id.id#.

Thank you.
/cfmail

thanks.

daniel 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304250
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmail won't send

2008-04-25 Thread Alan Rother
It could be a bunch of stuff:

1. Your mail server may not exist (not likely)
2. You may need to pass credentials to your mail server (legitimate
username and password)
3. The timeout may be too short, just get rid of it for testing.

Do you have access to the webserver where CF is running? If so, log in
and check the mail spool to make sure that the email is being
generated and is getting to the spool.

The spool is here:
CFUSIONFOLDER\Mail\Spool

There is also a folder is files undeliverable emails named
Undelivr

It is possible your CF server isnt sending any email, check and see if
there is a bunch built up in there.

If you have access to the CF Administrator, log in and enable Mail
Logging. Then try it a bunch and check the Mail log files to see if an
error is being generated.


Those are the typical problems

HTH

=]


-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304251
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfmail won't send

2008-04-25 Thread Brad Wood
Step 1:  Check coldfusionroot\Mail\Spool for *.cfmail files.  If there
are files in the spool not being processed, then your mail spooler might
not be running.
Step 2:  Check the following log file coldfusionroot\logs\mailsent.log
and see if the E-mails are encountering errors or sending successfully.

If the logs show the mails are being sent, then it may be a problem with
your receiving mail server or client.

~Brad

-Original Message-
From: daniel kessler [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 25, 2008 1:48 PM
To: CF-Talk
Subject: cfmail won't send

Is there anything wrong with this?  I know the code is called, but I've
not been receiving the emails.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfmail won't send

2008-04-25 Thread Rick Faircloth
Are you seeing any messages show up in your mail spool folder?
Any error messages in the CF Admin logs?

Rick

 -Original Message-
 From: daniel kessler [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 25, 2008 2:48 PM
 To: CF-Talk
 Subject: cfmail won't send
 
 Is there anything wrong with this?  I know the code is called, but I've not 
 been receiving the
emails.
 
 cfmail
   TO = [EMAIL PROTECTED]
   FROM = [EMAIL PROTECTED]
   REPLYTO = [EMAIL PROTECTED]
   SUBJECT = Expenditure Request Received
   TIMEOUT = 30
   SERVER = mail.umd.eduWe will respond within 1 working day.
   If there is a problem, contact Vanessa Greer at (301) 405-2113.
 
   Your request number is #get_id.id#.
 
   Thank you.
   /cfmail
 
 thanks.
 
 daniel
 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmail won't send

2008-04-25 Thread Qasim Rasheed
If you have access to CF Admin that try verifying the mail server first.



On Fri, Apr 25, 2008 at 3:08 PM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Are you seeing any messages show up in your mail spool folder?
 Any error messages in the CF Admin logs?

 Rick

  -Original Message-
  From: daniel kessler [mailto:[EMAIL PROTECTED]
  Sent: Friday, April 25, 2008 2:48 PM
  To: CF-Talk
  Subject: cfmail won't send
 
  Is there anything wrong with this?  I know the code is called, but I've
 not been receiving the
 emails.
 
  cfmail
TO = [EMAIL PROTECTED]
FROM = [EMAIL PROTECTED]
REPLYTO = [EMAIL PROTECTED]
SUBJECT = Expenditure Request Received
TIMEOUT = 30
SERVER = mail.umd.eduWe will respond within 1 working
 day.
If there is a problem, contact Vanessa Greer at (301)
 405-2113.
 
Your request number is #get_id.id#.
 
Thank you.
/cfmail
 
  thanks.
 
  daniel
 



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfmail won't send

2008-04-25 Thread daniel kessler
1.  No, I sent mail from another application

2. No.

3. okay, will give it a shot.

I don't have access to the cfserver.  It's shared hosting at the U.  Since the 
other application worked, I'll start over and use it's cfmail block to try 
again.

And it did help.  It made me check the other application to assure that email 
was fine.  I'll transfer info over one piece at a time to see where I goofed.

thanks.

It could be a bunch of stuff:

1. Your mail server may not exist (not likely)
2. You may need to pass credentials to your mail server (legitimate
username and password)
3. The timeout may be too short, just get rid of it for testing.

Do you have access to the webserver where CF is running? If so, log in
and check the mail spool to make sure that the email is being
generated and is getting to the spool.

The spool is here:
CFUSIONFOLDER\Mail\Spool

There is also a folder is files undeliverable emails named
Undelivr

It is possible your CF server isnt sending any email, check and see if
there is a bunch built up in there.

If you have access to the CF Administrator, log in and enable Mail
Logging. Then try it a bunch and check the Mail log files to see if an
error is being generated.


Those are the typical problems

HTH

=]


-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304276
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFMAIL... won't.

2004-05-28 Thread Richard Crawford
Using CFMX under JRun 4 on Solaris 9.

I've got a Cold Fusion script which uses the CFMAIL function to send the 
results of a quiz to an instructor.Unfortunately, no matter what I do, 
I can't get the mail to go through.I've checked that I'm using the 
proper syntax for CFMAIL, that my mail server is available and is 
accepting connections from the CF server, and I've reviewed the mailsend 
log and found no errors.The mail just doesn't get sent.

Where else can I look?

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMAIL... won't.

2004-05-28 Thread Dave Watts
 Using CFMX under JRun 4 on Solaris 9.
 
 I've got a Cold Fusion script which uses the CFMAIL function 
 to send the results of a quiz to an instructor.
 Unfortunately, no matter what I do, I can't get the mail to 
 go through.I've checked that I'm using the proper syntax 
 for CFMAIL, that my mail server is available and is accepting 
 connections from the CF server, and I've reviewed the 
 mailsend log and found no errors.The mail just doesn't 
 get sent.
 
 Where else can I look?

You might try sending mail directly from that machine's console using
telnet, to be absolutely sure that you can in fact send mail from that
machine to your mail server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMAIL... won't.

2004-05-28 Thread Ian Skinner
Is it not getting sent, or is it not getting received?I am not an expert, but I've read several threads on this list that e-mail from CF Servers is tagged as spam by many filter systems.Could this be a possibility?The message is getting blocked/re-routed by some kind of spam filter?

Confidentiality Notice:This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]