[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Joel
check the CF error logs (mailsent.log i think) - Original Message - From: George Lu To: cfaussie@googlegroups.com Sent: Tuesday, March 27, 2007 4:46 PM Subject: [cfaussie] Re: How to send out undelivered cfmails? I've dragged those mails to the spool directory but they've

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread George Lu
I've done that. Here is one of the errors: Moved undelivered mail: Mail37806.cfmail to C:\CFusionMX7/Mail/Undelivr directory. Steve, how do I do the auto schedule task? Sorry I'm quite dump about this. On 27/03/07, Joel [EMAIL PROTECTED] wrote: check the CF error logs (mailsent.log i think)

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Andrew Scott
It doesn't matter what you do these emails are not deliverable, that means the email address is incorrect in someway. On 3/27/07, George Lu [EMAIL PROTECTED] wrote: I've done that. Here is one of the errors: Moved undelivered mail: Mail37806.cfmail to C:\CFusionMX7/Mail/Undelivr directory.

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Rod Higgins
It simply might mean the CF server can not connect to the mail server, the email address might be completely valid. If CF runs through the list of configured mail servers and can't connect to any of them it will shift the mail to the undelivered directory. my 2c. -Original Message-

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Rod Higgins
Sorry forgot the URL http://www.adobe.com/devnet/coldfusion/articles/mail_61_03.html -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Tuesday, 27 March 2007 5:47 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: How to

[cfaussie] Your all invited to CFUG Auckland, NZ (again)

2007-03-27 Thread David Harris
This time the topic is CFEclipse, to be presented by...[drum roll please] Mark Drew! See www.cfug.co.nz for details, and I'll post the Connect URL there early next week. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread George Lu
Thanks for the explanation. My problem is how to deliver these undelivered mails to the mail server again. On 27/03/07, Rod Higgins [EMAIL PROTECTED] wrote: Sorry forgot the URL http://www.adobe.com/devnet/coldfusion/articles/mail_61_03.html -Original Message- *From:*

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Paul Kukiel
Not necessarily there could have been an issue with the mail server at that time. The address might be perfectly valid. On 27/03/2007, at 8:14 PM, George Lu wrote: Thanks for the explanation. My problem is how to deliver these undelivered mails to the mail server again. On 27/03/07,

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Rod Higgins
A simple script like this should do it George. You will need to set the path for your spool directory and undelivered driectory on your mail server. cfset undevpath=C:\CFusionMX7\Mail\Undelivr cfset spoolpath=E:\CFusionMX7\Mail\Spool cfdirectory action=LIST directory=#undevpath# name=file_list

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Steve Onnis
i wouldnt use COPY, rather use MOVE. you dont want duplicates going back into the undelivered folder _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rod Higgins Sent: Wednesday, 28 March 2007 10:25 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: How to

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Rod Higgins
yeah I should of added in the code to delete the file as well or used copy I had not tested the code it was written in the email client on the fly. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, 28 March 2007 10:57 AM

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread George Lu
Thanks Rod. I've done manually to move undelivered mails from Undelivr to Spool directory. However, they have moved back to Undelivr automatically by CF. On 28/03/07, Rod Higgins [EMAIL PROTECTED] wrote: yeah I should of added in the code to delete the file as well or used copy I had not

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Andrew Scott
George, If the mail server is running and other emails are going out fine then as I have said to you twice before, there is a problem with those emails namely the email addresses... J Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Rod Higgins
What was recorded in the mail logs? Can you verify the connection to the mail server from within cf admin? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Tonight In Brizvegas! CS3 Launch tonight. Prizes!

2007-03-27 Thread Barry Beattie
forgive the spamming but I'll only do it once... NOTE: to RSVP please send an email to [EMAIL PROTECTED] (yes please? not to me? thanx) - Join us at QMUG _TONIGHT_ for this can't miss meeting! A new era in creative

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread George Lu
In the log it's something like this: server: 10.254.xx.xx:25 from: [EMAIL PROTECTED] to: [EMAIL PROTECTED] subject: Request For ISTU Support - Job No. 6222 type: text/html; charset=UTF-8 X-Mailer: ColdFusion MX Application Server bodypart-start: text/plain; charset=UTF-8 body: body: Sorry

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Barry Beattie
regarding CF failing to connect to a proper mail server, is there a trappable event or error raised? I'm thinking of notifications (SMS even, server dashboard, etc) as well as different logic. how about undeliverable mail - another event to trap? thanx b On 3/28/07, George Lu [EMAIL

[cfaussie] Re: How to send out undelivered cfmails?

2007-03-27 Thread Mike Kear
Now sure how far this goes to answering the original question, but there's a little-used feature fo CFMAIL that allows you to get some error handling from CFMAIL that Lucas Sherwood described in his presentation to WebDU last year. You can use the attibute spoolenable=no in the CFMAIL tag to