Re: CFMAIL Problem with new TLDs

2012-10-01 Thread Dave Watts
> On CF9, cfmail seems to be having a problem sending email to some of the > newer address, like som...@sprucegrove.ca . > This is a valid email address, but CF9 CFMAIL is chocking on this and a other > valid addresses that use the newer two > character TLDs. > > If I try to send to that address

Re: CFMAIL Problem with new TLDs

2012-09-27 Thread Cameron Childress
The .ca domain belongs to Canada and is 24 years old ( http://en.wikipedia.org/wiki/.ca). I suspect your problem lies elsewhere. -Cameron On Thu, Sep 27, 2012 at 3:10 PM, Robert Harrison > On CF9, cfmail seems to be having a problem sending email to some of the > > newer address, like som...@

Re: CFMAIL Problem with new TLDs

2012-09-27 Thread Russ Michaels
CF will try to send an email to any address you give it, even a complete nonsense address, it is the SMTP server that will reject it. I have never had any issues sending emails to 2 letter TLD's such as .co or .ca So you should firstly investigate DNS and SMTP issues On Thu, Sep 27, 2012 at 3:10

CFMAIL Problem with new TLDs

2012-09-27 Thread Robert Harrison
On CF9, cfmail seems to be having a problem sending email to some of the newer address, like som...@sprucegrove.ca . This is a valid email address, but CF9 CFMAIL is chocking on this and a other valid addresses that use the newer two character TLDs. If I try to send to that address, CFMAIL bo

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
Found a setting in MDaemon that restricted the maximum concurrent incoming connections. Since CF was set to 30 threads and we have 3 isntances, and MDaemon set to only accept 50 incoming connections, that was PROBABLY causing the issue. Thanks all. Rick

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette
Actually the CF error is correct. CF tried to connect to the smtp server and all it got back was error 421. So connection couldn't be made. Sent from my iPhone ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.co

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
AH, so "Could not connect to SMTP Server" reported by coldfusion is not really correct because it DID connect to the SMTP server, it just couldn't send the message. Okay, makes sense. On Fri, Dec 10, 2010 at 12:20 PM, Steven Durette wrote: > > Smtp error 421 is "the service is not available and

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette
Smtp error 421 is "the service is not available and the connection will be closed" It is from the smtp server not ColdFusion, so you issue is the smtp server. Steve Sent from my iPhone On Dec 10, 2010, at 12:04 PM, Rick Root wrote: > > We've been having significantly more trouble getting

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Ian Skinner
On 12/10/2010 9:04 AM, Rick Root wrote: > ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to > SMTP host: 69.41.172.242, port: 25, response: 421" > and > ["Error","mailWorker-6","12/10/10","10:50:29",,"Could not connect to > SMTP host: 69.41.172.242, port: 25, response: 421 > D

CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
We've been having significantly more trouble getting CF to send mail to our MDaemon server ... after we upgraded to CF9, we started seeing a lot of these errors in the mail.log: ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to SMTP host: 69.41.172.242, port: 25, response: 421"

CFmail problem - Error - Mail Respool not working now

2009-12-07 Thread wayne gregori
CFmail has stopped working. I have an application that send mail through CF that has been working reliably for years. The problem is that CF does not recognize that the mail has been sent and moves the message to the undeliverable folder. I have a program that scans the undeliverable folder

RE: cfmail problem in cfc

2009-05-30 Thread Adrian Lynch
> To: cf-talk > Subject: cfmail problem in cfc > > > Hi All, > > I am able to send mails via cfmail tag in cfm pages but not in cfc. I > used to send mails from cfc but now it is throwing the below error > message.Please advice where i am going wrong > > "Er

cfmail problem in cfc

2009-05-29 Thread arya krishnan
Hi All, I am able to send mails via cfmail tag in cfm pages but not in cfc. I used to send mails from cfc but now it is throwing the below error message.Please advice where i am going wrong "Error","scheduler-2","05/29/09","06:15:32",,"Could not connect to SMTP host: 12 7.0.0.1, port: 25; ne

Re: CFMail Problem

2008-05-21 Thread Ken Smith
The fix that Chandan described is posted in a technote titled, "Patch for CFMail error in ColdFusion 8.01" - http://www.adobe.com/go/kb403683. Ken Smith ColdFusion Support Adobe ~| Adobe® ColdFusion® 8 software 8 is the most im

Re: CFMail Problem

2008-05-21 Thread Chandan Kumar
Depends on your configuration. Did you try server.log? >Thanks Chandan. > >> You must be getting coldfusion.mail.MailSpooler$InvalidSpoolFileException. > >Could you please let me know where I can see this error message? >I looked in the CF Admin -> Mail Logs and I don't see any such errors ~

Re: CFMail Problem

2008-05-21 Thread Ken Smith
The fix that Chandan describes below will post in the next few days as a technote titled, "Patch for CFMail error in ColdFusion 8.01". http://www.adobe.com/go/kb403683 ~| Adobe® ColdFusion® 8 software 8 is the most important an

Re: CFMail Problem

2008-05-21 Thread Meghna Chopra
Thanks Chandan. > You must be getting coldfusion.mail.MailSpooler$InvalidSpoolFileException. Could you please let me know where I can see this error message? I looked in the CF Admin -> Mail Logs and I don't see any such errors > Meghana, > > We found this issue a few days back with 8.0.1. This

Re: CFMail Problem

2008-05-21 Thread Chandan Kumar
Meghana, We found this issue a few days back with 8.0.1. This happens when you spool any email with attachments. You must be getting coldfusion.mail.MailSpooler$InvalidSpoolFileException. As a workaround you can disable spooling as suggested earlier . Anyways it has been fixed and will be av

Re: CFMail Problem

2008-05-21 Thread Meghna Chopra
Thanks Wim. I will try this for one of the scripts but the problem is that I will have to modify my 100s of scripts. Actually, the problem is not with the scripts. It is ColdFusion server giving this issue but I have no ideas how to fix it. While restarting CF Server is the temp solution but I

Re: CFMail Problem

2008-05-21 Thread Didgiman
You could try with wrote: > I am using CF 8 server on Windows 2003 server. > > When I use CFMail in my scripts and run the same, it says that mails have > been sent successfully, however, it never reaches the destination. There are > no errors in the mail logs. > > Than I checked C:\ColdFusion8\M

CFMail Problem

2008-05-21 Thread Meghna Chopra
I am using CF 8 server on Windows 2003 server. When I use CFMail in my scripts and run the same, it says that mails have been sent successfully, however, it never reaches the destination. There are no errors in the mail logs. Than I checked C:\ColdFusion8\Mail\Spool and found all the messages w

RE: Odd CFMail Problem

2008-01-15 Thread James Smith
(CFRelated) [mailto:[EMAIL PROTECTED] Sent: 14 January 2008 18:09 To: CF-Talk Subject: Re: Odd CFMail Problem Jay, See if some of this helps: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-L ock Steve "Cutter" Blades Adobe Certified Professional Advanced

Re: Odd CFMail Problem

2008-01-14 Thread Cutter (CFRelated)
Jay, See if some of this helps: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com James Smith wrote: > I h

Odd CFMail Problem

2008-01-14 Thread James Smith
I have recently started getting a lot of failed messages in the "\Mail\Undelivr" folder with 421 errors in the log files. It seems to be that if I put 4-5 messages in the spool most of them go most of the time, if I put 20-30 messages in the spool half of them fail and if I put 100-500 messages in

Re: CFMail Problem - unable to send email form

2006-11-02 Thread Tom King
Should be Should it not? On 2 Nov 2006, at 15:08, Madhuri Joshi wrote: >from="session.auth.email" > subject="Overs Form" > type="html" > server="smtp.mail.anet.com">

CFMail Problem - unable to send email form

2006-11-02 Thread Madhuri Joshi
I am trying to create a form which can be sent by email. I am new to Coldfusion, please help. Below is the code: Overs Form:- OversForm Date Entered#dateformat(now(),"MM/dd/")# Job No. Customer Name Card Description Total Quantity TotalQuantity Shipped Overs 10% By Ship Overs

RE: CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
My CF server's internal IP is on the "Trusted IP" list for the mail server. I'm set to relay, but using SMTP Authentication, so it's not open. Rick -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 11:37 AM To: CF-Talk Su

RE: CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
issue I changed it and never changed it back. My head's already beginning to feel better...whew... Rick -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 8:49 AM To: CF-Talk Subject: CFMAIL Problem... Hi, all. Can anyone think

RE: CFMAIL Problem...

2006-08-11 Thread Russ
nt a, has account on your mail server, and client b doesn't that could explain the issue. The from address doesn't really matter. Russ > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 8:49 AM > To: CF

CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
Hi, all. Can anyone think of an explanation why the following should be happening? - I'm running Argosoft Mail Server Pro on a separate machine from CF 4.5 - I have a custom tag that I run whenever someone visits the homepage of my client - The custom tag sends an email to me t

Re: Recurring CFMAIL problem

2006-06-14 Thread James Holmes
No; these are templates that work perfectly well across all three servers and then for some reason (I'm guessing a network hiccup) mail suddenly stops working until the server is restarted. On 6/14/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Wednesday 14 June 2006 03:49, dave wrote: > > Yeah

Re: Recurring CFMAIL problem

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 03:49, dave wrote: > Yeah, oh well... The reason 4 it was that if you don't set the mail server in the cfmail tag it will use whatever is configured in the administrator, if anything. To the original poster: Do you have a variable called, or value of a variable, that i

Re: Recurring CFMAIL problem

2006-06-13 Thread dave
ames Holmes" <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2006 10:17 PM To: CF-Talk Subject: Re: Recurring CFMAIL problem Thanks, that didn't help this time but it's always worth trying. On 6/14/06, dave wrote: > I had something like that b4 and the cure was to add the server a

Re: Recurring CFMAIL problem

2006-06-13 Thread James Holmes
t; > > ~Dave - formerly known as "the disruptor"~ > > > From: "James Holmes" <[EMAIL PROTECTED]> > Sent: Tuesday, June 13, 2006 10:05 PM > To: CF-Talk > Subject: Recurring CFMAIL problem > > Once ag

re: Recurring CFMAIL problem

2006-06-13 Thread dave
;[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2006 10:05 PM To: CF-Talk Subject: Recurring CFMAIL problem Once again, our servers have started reporting this: A problem occurred when attempting to deliver mail. This exception was caused by: javax.mail.MessagingException: IOException while

Recurring CFMAIL problem

2006-06-13 Thread James Holmes
Once again, our servers have started reporting this: A problem occurred when attempting to deliver mail. This exception was caused by: javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type

RE: CFMAIL problem? How to debug? SOLVED

2006-06-09 Thread Munson, Jacob
Definitely true. While I think the ISPs have good intentions with their aggressive filtering techniques, they often filter legitimate email, and their customers never know it's happening. > >He checked his spam filters and called his ISP - they are > not filtering it. > > > The ISP was wrong..

Re: CFMAIL problem? How to debug? SOLVED

2006-06-09 Thread Al Musella, DPM
>He checked his spam filters and called his ISP - they are not filtering it. The ISP was wrong.. they were filtering it out into a black hole. We bumped it up to a higher level of support - because this was an important email - and if he wasn't getting this, he might be missing other stuff also

RE: CFMAIL problem? How to debug?

2006-06-08 Thread Munson, Jacob
> [Note - I did this because all 500 people from att.net reported they > didn't get it. I called att.net and they told me I sent too many at > one time..so they just ignore those - without bouncing any error > messages. (nice of them:) so now I only sent 1 to any att > domain per cycle. ] At

CFMAIL problem? How to debug?

2006-06-08 Thread Al Musella, DPM
I am sending a daily newsletter to 7000 people. I used yahoogroups to send them for years , but they changed the format so now I am using cf to send the emails.. I switched over to using cf last week, and had a lot of complaints. I resolved all except for 1 who is still not getting it (I told

Other CFMAIL problem

2005-06-02 Thread Saturday (Stuart Kidd)
I'd like to have users upload an image and then i would straight away email this to another user. Is the only way to upload this file to the server then send it with cfmail then delete it off the server? Thanks, Saturday ~

Re: CFMail Problem

2004-10-28 Thread Ryan Emerle
Yeah, that most definitely sounds like a relaying issue. Have your client add your server address(es) to their relay-allow list(s). Most (though it should be all) mail servers will not allow a foreign IP to send email to domains that the server does not host. -Ryan On Thu, 28 Oct 2004 11:20:49

CFMail Problem

2004-10-28 Thread Mark Leder
Hi all, I have a couple of clients who manage their own mail servers. I host their websites. In a simple contact form using CFMail, the message being sent to the client works fine. But as best practice, I always generate a confirmation email back to the sender, so they can have a record of what

Re: CF5 CFMAIL Problem

2004-10-23 Thread Matt Robertson
Sounds kind of like the old zero-byte-file problem. Look for a file in the cf spooler that is zero bytes long. If you find one 1. stop the CF services 2. delete the file 3. restart CF -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com ~

Re: CF-Talk: CF5 CFMAIL Problem

2004-10-23 Thread Paul Smith
ent: Saturday, October 23, 2004 11:26 AM >To: CF-Talk >Subject: CF5 CFMAIL Problem > >My CFMAIL is causing a problem. Somehow there are thousands of messages in >the spool folder and CF has gone to 100% CPU attempting to process them. > >Any suggestions on what caused this

RE: CF5 CFMAIL Problem

2004-10-23 Thread Russ
o: CF-Talk Subject: CF5 CFMAIL Problem My CFMAIL is causing a problem. Somehow there are thousands of messages in the spool folder and CF has gone to 100% CPU attempting to process them. Any suggestions on what caused this and how to fix it? best, paul PS> I've already shut down CFMAIL b

CF5 CFMAIL Problem

2004-10-23 Thread Paul Smith
My CFMAIL is causing a problem. Somehow there are thousands of messages in the spool folder and CF has gone to 100% CPU attempting to process them. Any suggestions on what caused this and how to fix it? best, paul PS> I've already shut down CFMAIL but apparently this does not stop CF from at

Re: cfmail problem

2004-07-07 Thread Jordan Michaels
ications > 10983 Granada Lane > Overland Park, KS 66207 > (913) 754-4272 > > -Original Message- > From: Tim Do [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 07, 2004 4:55 PM > To: CF-Talk > Subject: RE: cfmail problem > > > Yes. > > -Origina

RE: cfmail problem

2004-07-07 Thread Tim Do
Thx!  I'll try that next time.. don't want to spam them again =P -Original Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 3:05 PM To: CF-Talk Subject: RE: cfmail problem Another solution is to simply delay between each email to avoid a

RE: cfmail problem

2004-07-07 Thread Ryan Duckworth
ubject: RE: cfmail problem Yes. -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 2:50 PM To: CF-Talk Subject: Re: cfmail problem Curious, did you enable mail spooling? -- Warm regards, Jordan Michaels Vivio Technolo

RE: cfmail problem

2004-07-07 Thread Tim Do
Yes. -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 2:50 PM To: CF-Talk Subject: Re: cfmail problem Curious, did you enable mail spooling? -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED

Re: cfmail problem

2004-07-07 Thread Jordan Michaels
Curious, did you enable mail spooling? -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] Tim Do wrote: > Hello all, > > > I'm looping through a list of bout 50 email addresses and doing a cfmail > inside each iteration.  It sends out successfully on

cfmail problem

2004-07-07 Thread Tim Do
Hello all, I'm looping through a list of bout 50 email addresses and doing a cfmail inside each iteration.  It sends out successfully on most of it, but there are few that don't make it out.  The mail log says " Could not connect to SMTP host: wnpx, port: 25 " Then I retry each of the email addr

RE: cfmail problem

2004-06-15 Thread Pascal Peters
Sent: maandag 14 juni 2004 17:55 > To: CF-Talk > Subject: cfmail problem > > Please Help. I am changing some forms and actions on my > website. I have a lead subscription website and currently the > lead emails that go to my subscribing companies have my > websites email

Re: cfmail problem

2004-06-14 Thread Stevo Vee
EN '[EMAIL PROTECTED]' > ELSE email > END AS email >FROM customers >WHERE customerId = customerId > >-joe > > > >-Original Message- >From: Stevo Vee [mailto:[EMAIL PROTECTED] >Sent: Monday, June 14, 2004 11:55 AM >To: CF-T

Re: cfmail problem

2004-06-14 Thread Stevo Vee
EN '[EMAIL PROTECTED]' > ELSE email > END AS email >FROM customers >WHERE customerId = customerId > >-joe > > > >-Original Message- >From: Stevo Vee [mailto:[EMAIL PROTECTED] >Sent: Monday, June 14, 2004 11:55 AM >To: CF-T

RE: cfmail problem

2004-06-14 Thread Joe Rinehart
Vee [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 11:55 AM To: CF-Talk Subject: cfmail problem Please Help. I am changing some forms and actions on my website. I have a lead subscription website and currently the lead emails that go to my subscribing companies have my websites email as

cfmail problem

2004-06-14 Thread Stevo Vee
Please Help. I am changing some forms and actions on my website. I have a lead subscription website and currently the lead emails that go to my subscribing companies have my websites email as the sent and reply email with the customers in the form.  I am changing to have the potential customers

Re: CFMail problem

2004-03-02 Thread Rick Lansford
Pretty general question, but one thing might be the number of emails you are trying to send. You might be getting timed out if you are sending a large number. > CFMail is >acting up on me.  The same exact tag works only sporadically.  I know this >is a vastly general question, but does anyone have

CFMail problem

2004-03-01 Thread Les Irvin
CFMail is acting up on me.  The same exact tag works only sporadically.  I know this is a vastly general question, but does anyone have any experience with the idiosyncracies of the CFMail tag?  Is there a list of things that could possibly make the CFMail tag act up? Using CF5. Thanks, Les [Toda

CFMail Problem

2003-11-05 Thread Kathy Lees
I have a form that works great until I add the CC option into it. Can anyone help me? Here is the code that works server="mail.LtcConnection.net" FROM="#form.Email_Address#" TO="#form.send_to#" SUBJECT="#form.subject#" > When I change it to server="mail.LtcConnection.net" FROM="#form.

RE: CFMail Problem

2003-07-04 Thread Dan Phillips
o: CF-Talk Subject: RE: CFMail Problem Try this: Thanks, Mark -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 8:55 AM To: CF-Talk Subject: CFMail Problem I'm trying to create an e-mail report for some course administrators. I'

RE: CFMail Problem

2003-07-04 Thread Mark Leder
Try this: Thanks, Mark -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 8:55 AM To: CF-Talk Subject: CFMail Problem I'm trying to create an e-mail report for some course administrators. I've got things figured out so that I

CFMail Problem

2003-07-04 Thread Jillian Carroll
I'm trying to create an e-mail report for some course administrators. I've got things figured out so that I can output the results, and I'm getting the correct results... but I only want each administrator to get a single e-mail... my current output would have them getting one for each student. *

strange cfmail problem: double post

2002-07-10 Thread Will Swain
H Apologies for the long email. I have experienced a very strange CFmail problem, and I'm not entirely sure if it's not someone messing with me. Basically, I have some code that sends an email to a box office, with the details of a ticket request, the individuals name and add

RE: CFMAIL problem with server!

2002-06-23 Thread Joe Bastian
- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 23, 2002 12:38 AM To: CF-Talk Subject: CFMAIL problem with server! CF Mail problem. If you have a ton of emails in the undeliverable directory and you move them over which Mail Server will they use? In the message it will show th

Re: CFMAIL problem with server!

2002-06-23 Thread Jochem van Dieten
Cameron Childress wrote: > It will use the mail server which was specified when the message was > created. You can find the mail server for each message by opening the > cfmail file and looking at the CF headers at the very top of the file. You > can change this in a text editor, but be careful

RE: CFMAIL problem with server!

2002-06-22 Thread Cameron Childress
2002 12:38 AM > To: CF-Talk > Subject: CFMAIL problem with server! > > > CF Mail problem. > > If you have a ton of emails in the undeliverable directory and > you move them > over which Mail Server will they use? In the message it will show the old > mail server, but

CFMAIL problem with server!

2002-06-22 Thread Neil H.
CF Mail problem. If you have a ton of emails in the undeliverable directory and you move them over which Mail Server will they use? In the message it will show the old mail server, but I updated it in the CFADMIN so which applies? Thanks, Neil _

Re: Known CFMAIL problem?

2002-06-18 Thread Dave Hannum
Very reliable, very stable. There is also "ActiveMail" from www.cfdev.com that is a good alternative. Dave - Original Message - From: "iocus" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 17, 2002 6:17 PM Subject: Known CFM

RE: Multiple CFMail Problem

2002-04-10 Thread Robert Everland
Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 8:50 AM To: CF-Talk Subject: RE: Multiple CFMail Problem This is from Anthony Petruzzi, a few posts back - "Pausing CF". You may have to convert it to a custom tag if you're

RE: Multiple CFMail Problem

2002-04-10 Thread Brad Roberts
a function a wrote to do this. All you have to do to use it is assign the function to a variable. > -Original Message- > From: Willy Ray [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 10:41 AM > To: CF-Talk > Subject: RE: Multiple CFMail Problem > > >

RE: Multiple CFMail Problem

2002-04-09 Thread Willy Ray
Services - Rice University >MS 119 - 713.348.4799 > >PS - I love CFM, I just loath CFMAIL. > >-Original Message- >From: Willy Ray [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 08, 2002 10:43 AM >To: CF-Talk >Subject: Multiple CFMail Problem > >Hey All, >

RE: Multiple CFMail Problem

2002-04-08 Thread Pete Freitag
08, 2002 1:30 PM To: CF-Talk Subject: RE: Multiple CFMail Problem ODS' iMS Mail server has a bundled CFX_iMSMail tag which is a vast improvement over CFMail. I haven't encountered the types of problems you're describing at all, and I've been using iMS for about two years now

RE: Multiple CFMail Problem

2002-04-08 Thread cftalk
ect they only >added new and more exciting problems ;) > >Trey Rouse >Internet Project Coordinator >Web Services - Rice University >MS 119 - 713.348.4799 > >PS - I love CFM, I just loath CFMAIL. > >-Original Message- >From: Willy Ray [mailto:[EMAIL PROTECTED]

RE: Multiple CFMail Problem

2002-04-08 Thread Kevin Langevin
heck out iMS at http://www.coolfusion.com. Kevin Langevin Flying Chimp Media 954-585-0999 [EMAIL PROTECTED] http://www.FlyingChimp.com > -Original Message- > From: Trey Rouse [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 1:30 PM > To: CF-Talk > Subject: R

RE: Multiple CFMail Problem

2002-04-08 Thread Trey Rouse
ervices - Rice University MS 119 - 713.348.4799 PS - I love CFM, I just loath CFMAIL. -Original Message- From: Willy Ray [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 10:43 AM To: CF-Talk Subject: Multiple CFMail Problem Hey All, Here's my situation. I have an appl

Multiple CFMail Problem

2002-04-08 Thread Willy Ray
Hey All, Here's my situation. I have an application that generates 3 total emails. User clicks submit, it generates one email, then they're taken to another page on which they can submit additional info. If they do this, two more emails are created, one to the person who is gathering the in

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Billy Cravens
uary 10, 2002 11:13 AM Subject: Re: CFMAIL problem - not sending, stuck in spool > Get the resendmail tag from the tag gallery > > - Original Message - > From: "Melissa Fraher" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent:

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Melissa Fraher
ote: > Get the resendmail tag from the tag gallery > > - Original Message - > From: "Melissa Fraher" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, January 10, 2002 10:20 AM > Subject: CFMAIL problem - not sending

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Don Vawter
Get the resendmail tag from the tag gallery - Original Message - From: "Melissa Fraher" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 10:20 AM Subject: CFMAIL problem - not sending, stuck in spool > I have a p

CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Melissa Fraher
I have a problem with Cold Fusion sending out email and was just wondering if you have any advice. When the mail is generated it sits in a folder named SPOOL. If it gets sent, it disappears from the SPOOL. If it cannot be delivered in 60 seconds it goes to the UNDELIVERABLE folder. For some re

cfmail problem: double post

2001-10-23 Thread Will Swain
Hi all, Having a strange problem with cfmail that I persoanlly haven't noticed before. I am sending out an email like so: Hello #Form.friends_name#, Please visit www.blahdiblah.co.uk to download a screensaver Thanks Contact details more contact details Now most of the time these mails a

CFMail problem

2001-10-02 Thread Chuck Rodgers
Hi, Has anyone seen this in CF5? When using CFMail with a Word attachment to a list of 800+ users it never makes it through the list. It may stop creating emails at 50 or at 200 haven't figured out why. I have seen that there was an error fixed in CF4.5 that was for this same thing. The error I ge

Re: CFmail problem

2001-09-26 Thread W Luke
t: Wednesday, September 26, 2001 8:08 AM Subject: CFmail problem > Hi, > > One of my CF pages sends emails. > > Sometimes emails are sent, sometimes no function. > > Some one gave me the answer to this problem: > > "In regards to the email forms, it appears that they

CFmail problem

2001-09-25 Thread Ins
Hi, One of my CF pages sends emails. Sometimes emails are sent, sometimes no function. Some one gave me the answer to this problem: "In regards to the email forms, it appears that they are failing due to the use of stray bare line feeds ("LF") in the messages being sent. This violates mail

RE: Strange cfmail problem

2001-09-05 Thread David Laing
lk > Subject: Strange cfmail problem > > > Usually I have no or little problems with CFMail. But for some > reason, it's > refusing to send a mail - but no errors are reported in the log files, and > it seems to be moving ok from the spool folder suggesting it's sent. >

Strange cfmail problem

2001-09-01 Thread W Luke
Usually I have no or little problems with CFMail. But for some reason, it's refusing to send a mail - but no errors are reported in the log files, and it seems to be moving ok from the spool folder suggesting it's sent. All I'm doing is sending the contents of a textarea form field, as follows:

Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Howie Hamlin
There's no mail.log file in cfusion\log or is the file empty? Regards, Howie - Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 4:12 PM Subject: Re: CFMail Problem 4.5 on

Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Dave Hannum
Nothing in the log file. OK - we just updated ot CF5. Same problem . . . Dave - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 3:06 PM Subject: Re: CFMail Problem 4.5 on N

Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Howie Hamlin
- Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 3:00 PM Subject: CFMail Problem 4.5 on NT 4 SP6 > Hello, > > We've all of a sudden developed a problem with CFMAIL. No

CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Dave Hannum
Hello, We've all of a sudden developed a problem with CFMAIL. Now, this could be related to the fact that we just upgraded to 4.5 from 4.0. (Yes, we have 5.0 in house, but don't ask - it's outta my hands . . . ). Anyway, now, the CFMAIL will send out one or two mails, then everything gets dump

Re: CFMAIL problem

2001-06-20 Thread Howie Hamlin
Message - From: "Bill Poff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 10:15 AM Subject: RE: CFMAIL problem > > > -Original Message- > From: Hamid Hossain [mailto:[EMAIL PROTECTED]] > Sent: Sunday

RE: CFMAIL problem

2001-06-19 Thread Philip Arnold - ASP
> I am tring to send email with but I am facing > some problems. Some times it sends and some time it > does not send! > > I am sure that all form variables are passed and they > are ok. > I used the following standard code: > > > to="[EMAIL PROTECTED]" > subject="#FORM.sSub

Re: CFMAIL problem

2001-06-19 Thread Howie Hamlin
Intelligent Mail Server - Original Message - From: "Hamid Hossain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001 2:39 AM Subject: CFMAIL problem > Hi All, > > I am tring to send email with but I am facing > some

RE: CFMAIL problem

2001-06-19 Thread Dan Phillips
u may have SMTP or mail server issues. Dan Phillips www.cfxhosting.com -Original Message- From: Bill Poff [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 10:16 AM To: CF-Talk Subject: RE: CFMAIL problem -Original Message- From: Hamid Hossain [mailto:[EMAIL PROTECTED]]

RE: CFMAIL problem

2001-06-19 Thread Dylan Bromby
that's a mail server-dependent feature. not all mail servers automatically validate the sender. -Original Message- From: Bill Poff [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 7:24 AM To: CF-Talk Subject: RE: CFMAIL problem Hi, Sorry for the earlier message, my fingers

RE: CFMAIL problem

2001-06-19 Thread Bill Poff
ke care of that. You can get the tag from the Developers Exchange. --Bill -Original Message- From: Hamid Hossain [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:39 AM To: CF-Talk Subject: CFMAIL problem Hi All,

Re: CFMAIL problem

2001-06-18 Thread Bill Davidson
AIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001 2:39 AM Subject: CFMAIL problem > Hi All, > > I am tring to send email with but I am facing > some problems. Some times it sends and some time it > does not send! > > I am sure that

RE: CFMAIL problem

2001-06-18 Thread Bill Poff
-Original Message- From: Hamid Hossain [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:39 AM To: CF-Talk Subject: CFMAIL problem Hi All, I am tring to send email with but I am facing some problems. Some times it sends and some time it does not send! I am sure that all form

  1   2   >