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,

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

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

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 rob...@austin-williams.com On CF9, cfmail seems to be having a problem sending email to some of the

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 and

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 Does the user that your

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 rick.r...@gmail.com wrote: We've been having significantly more

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 st...@durette.org wrote: Smtp error 421 is the service is not

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!

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

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
: 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 Error,scheduler-2,05/29/09,06:15:32,,Could not connect to SMTP host: 12

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; nested

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

Re: CFMail Problem

2008-05-21 Thread Didgiman
You could try with cfmail spoolenable=no ... That way the message will be sent immediately, without using the spool. Might also help for debugging... Wim. On Wed, May 21, 2008 at 1:46 PM, Meghna Chopra [EMAIL PROTECTED] wrote: I am using CF 8 server on Windows 2003 server. When I use CFMail

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 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 cfmail spoolenable=no . Anyways it

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 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 and

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 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

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 Macromedia

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: 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

Re: cfmail problem

2007-02-22 Thread Richard Cooper
I had a similar problem that we solved this week. Emails from forms would bounce from the client but I could send mail to the email address fine though outlook and the same mail server. For us it turned out that the mail server was alive and auth for the domain, deleting this solved the

Re: cfmail problem

2007-02-22 Thread Will Tomlinson
Yep, you've nailed another one. Just ran a test, hardcoded MY email in the TO. Worked just fine. I'll test and see if a friendly email address would be enough difference to make it work. Know if it would off the top of your head dave? Thanks! Will

RE: cfmail problem

2007-02-22 Thread Dave Watts
I'll test and see if a friendly email address would be enough difference to make it work. Know if it would off the top of your head dave? Any email address will work, as long as it's not recognized as a local address by the target mailserver. Dave Watts, CTO, Fig Leaf Software

cfmail problem

2007-02-21 Thread Will Tomlinson
My client stopped getting her order was processed email notifications all of a sudden. I ran some tests on the production server and found that as a customer, I receive them just fine. But the one that goes to the client never arrives. So then I'm testing on my local machine, processing thru

RE: cfmail problem

2007-02-21 Thread Paul Vernon
Subbed out the real address there. The problem is, I know for a fact that email address is there! Anyone got any ideas? I dunno which way to go on this one. That looks like a mail server issue rather than a CFMAIL issue If I were you the next step would be to telnet into the mail server

Re: cfmail problem

2007-02-21 Thread Jim Wright
Will Tomlinson wrote: My client stopped getting her order was processed email notifications all of a sudden. I ran some tests on the production server and found that as a customer, I receive them just fine. But the one that goes to the client never arrives. So then I'm testing on my

Re: cfmail problem

2007-02-21 Thread Will Tomlinson
Will Tomlinson wrote: Is it possible the the mail server that CF is sending through thinks that it is supposed to handle mail for that domain, but the actual MX for that domain is something completely different? It would try to handle the mail locally, and probably doesn't have that user

RE: cfmail problem

2007-02-21 Thread Dave Watts
!--- Now, notify the shop owner--- cfmail from=#VARIABLES.emailaddress# to=#VARIABLES.emailaddress# server=#VARIABLES.mailserver# subject=An Order Has Been Processed type=html blahblahblah /cfmail They use the same mailserver variable, the same from. I mean, why th'heck would

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:- cfinclude template=header.cfm span class=descOversForm/span hr color=black cfform action=updateOvers.cfm method=post name=OversForm cfoutput table trtdDate

Re: CFMail Problem - unable to send email form

2006-11-02 Thread Tom King
cfmail to=form.email from=session.auth.email subject=Overs Form type=html server=smtp.mail.anet.com Should be cfmail to=#form.email# from=#session.auth.email#

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

RE: CFMAIL Problem...

2006-08-11 Thread Russ
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-Talk Subject: CFMAIL Problem... Hi, all. Can anyone

RE: CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
the 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 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 Subject: RE: CFMAIL Problem

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

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, oh

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: Recurring CFMAIL problem

2006-06-13 Thread dave
, 2006 10:05 PM To: CF-Talk cf-talk@houseoffusion.com 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 sending message; nested

Re: Recurring CFMAIL problem

2006-06-13 Thread James Holmes
as the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 10:05 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Recurring CFMAIL problem Once again, our servers have started reporting this: A problem occurred when attempting

Re: Recurring CFMAIL problem

2006-06-13 Thread dave
] Sent: Tuesday, June 13, 2006 10:17 PM To: CF-Talk cf-talk@houseoffusion.com 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 attribute to cfmail tag

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

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.. they

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

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 my

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

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: 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

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

RE: CF5 CFMAIL Problem

2004-10-23 Thread Russ
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 but apparently

Re: CF-Talk: CF5 CFMAIL Problem

2004-10-23 Thread Paul Smith
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 but apparently this does not stop CF

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

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 address

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 most

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 Ryan Duckworth
: Wednesday, July 07, 2004 4:55 PM To: CF-Talk Subject: 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

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 connection

Re: cfmail problem

2004-07-07 Thread Jordan Michaels
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. -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED

RE: cfmail problem

2004-06-15 Thread Pascal Peters
) -Original Message- From: Stevo Vee [mailto:[EMAIL PROTECTED] 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

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-06-14 Thread Joe Rinehart
, 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 the sent and reply email with the customers

Re: cfmail problem

2004-06-14 Thread Stevo Vee
-joe -Original Message- From: Stevo 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

Re: cfmail problem

2004-06-14 Thread Stevo Vee
-joe -Original Message- From: Stevo 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

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. http://www.houseoffusion.com/banners/view.cfm?bannerid=11 CFMail is acting up on me.The same exact tag works only sporadically.I know this

CFMail problem

2004-03-01 Thread Les Irvin
http://www.houseoffusion.com/banners/view.cfm?bannerid=11 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

RE: CFMail Problem (Valid Email Addresses in TO and FROM fields )

2003-12-05 Thread Ming Lu
Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 4:42 PM To: CF-Talk Subject: RE: CFMail Problem (Valid Email Addresses in TO and FROM fields ) This sounds like a problem with the way your mail server (SMTP server) is set up. ColdFusion does not have

CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Ming Lu
Hi, Problem: In CFMail tag (ColdFusion 5 server), at least one of the email addresses in TO or FROM fields has to be a valid email address on the same server where the email to be sent, otherwise the email will be ended up in UnDelivr folder and can never be able to sent out when none of email

RE: CFMail Problem (Valid Email Addresses in TO and FROM fields )

2003-12-03 Thread Tom Jordahl
To: CF-Talk Subject: CFMail Problem (Valid Email Addresses in TO and FROM fields) Hi, Problem: In CFMail tag (ColdFusion 5 server), at least one of the email addresses in TO or FROM fields has to be a valid email address on the same server where the email to be sent, otherwise the email will be ended

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Ubqtous
Ming, On 12/3/2003 at 16:22, you wrote: ML Is this a CF problem or SMTP server setting problem? This is a SMTP issue. Cold Fusion does nothing but write out the email and pass it to the mail server. If CF cannot connect to the mail server for whatever reason, then it will dump the message into

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Scott Weikert
Ubqtous writes: As I recall, in CF4.5- the email addresses in the TO and FROM attributes of CFMAIL had to be well-formed, but I think this requirement was relaxed in CF5 or MX. I've found the opposite. Badly formed email addresses in the TO in CFMX error out. CF5 used to try sending them

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Jochem van Dieten
Ming Lu wrote: In CFMail tag (ColdFusion 5 server), at least one of the email addresses in TO or FROM fields has to be a valid email address on the same server where the email to be sent, otherwise the email will be ended up in UnDelivr folder and can never be able to sent out when none of

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Ubqtous
Scott, On 12/3/2003 at 17:49, you wrote: SW I've found the opposite. Badly formed email addresses in the TO in SW CFMX error out. CF5 used to try sending them regardless. I'm pretty sure CF4.5 (or maybe it was 4.0) didn't like malformed addresses. CF5 is when I noticed that it didn't matter

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Scott Weikert
Ubqtous writes: cfmail to=ubqtous from=[EMAIL PROTECTED] subject=testTEST/cfmail cfmail to=[EMAIL PROTECTED] from=ubqtous subject=testTEST/cfmail cfmail to=ubqtous from=ubqtous subject=testTEST/cfmail Try running ubqtous@@ubqtous.com through and see. That was what my issue was yesterday -

Re: CFMail Problem (Valid Email Addresses in TO and FROM fields)

2003-12-03 Thread Ubqtous
Scott, On Wednesday, December 3, 2003, 7:07:54 PM, you wrote: SW Try running ubqtous@@ubqtous.com through and see. That was what my issue SW was yesterday - emails with two @'s in'em (sometimes together, sometimes SW not). Ah-ha, MX does error out with @@ in the TO field: cfmail

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 CFMAIL server=mail.LtcConnection.net FROM=#form.Email_Address# TO=#form.send_to# SUBJECT=#form.subject# When I change it to CFMAIL server=mail.LtcConnection.net

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.

RE: CFMail Problem

2003-07-04 Thread Mark Leder
[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 can output the results, and I'm getting the correct results... but I only want each

RE: CFMail Problem

2003-07-04 Thread Dan Phillips
[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 can output the results, and I'm getting the correct results... but I only want each

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 address

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 how

RE: CFMAIL problem with server!

2002-06-23 Thread Joe Bastian
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 the old mail server

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: CFMAIL problem with server!

2002-06-22 Thread Cameron Childress
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 I updated it in the CFADMIN so which applies? Thanks

Re: Known CFMAIL problem?

2002-06-18 Thread Dave Hannum
. 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 CFMAIL problem? Hi folks, I'm running CF5 on Linux. I'm having a strange

RE: Multiple CFMail Problem

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

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 not using CF5. cfscript

RE: Multiple CFMail Problem

2002-04-09 Thread Willy Ray
Subject: Multiple CFMail Problem 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

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

RE: Multiple CFMail Problem

2002-04-08 Thread Trey Rouse
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 application that generates 3 total

RE: Multiple CFMail Problem

2002-04-08 Thread Kevin Langevin
://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: RE: Multiple CFMail Problem We experienced

RE: Multiple CFMail Problem

2002-04-08 Thread cftalk
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 application that generates 3 total emails. User clicks submit, it generates one

RE: Multiple CFMail Problem

2002-04-08 Thread Pete Freitag
: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. Howie Hamlin (from ODS) can

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 - 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 problem with Cold Fusion sending out email

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Melissa Fraher
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 problem with Cold Fusion sending out email and was just

Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Billy Cravens
Wouldn't this tag only handle mail that is in the UNDELIVERABLE folder? If so, this has nothing to do with Melissa's problem. - Original Message - From: Don Vawter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:13 AM Subject: Re: CFMAIL problem

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: cfmail from=#fromaddress# to=#Form.friends_email# subject=Screen Saver recommendation from #getuserdetails.name# Hello #Form.friends_name#, Please visit

  1   2   >