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