Re: cfmail driving me bonkers now

2007-02-27 Thread Richard Cooper
Can you get hold of the full email error message from the bounced message?

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270743
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 driving me bonkers now

2007-02-27 Thread Will Tomlinson
Ok, I fixed it. 

Some dip*hit (me) changed a value to the wrong one in the config file. lol! 

Thanks all! 

Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270770
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 driving me bonkers now

2007-02-26 Thread Ben Nadel
I was gonna say that it sounds like a SPAM blocking issue. But if you
replace the variables with the same values and it WORKS... I have no
idea. 

Are you sure you are replacing with the same exact values? 

..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 26, 2007 12:07 PM
To: CF-Talk
Subject: cfmail driving me bonkers now

Ok, I'm back to my cfmail problem. This will not send out TO the same
address as listed in the FROM attribute. If I change it to my personal
email address, it works. 

cfmail from='#shopownername# #VARIABLES.emailaddress#'
to=#VARIABLES.emailaddress#
   server=#VARIABLES.mailserver# subject=An Order Has Been Processed
   type=html
   
   cfmailparam name=Reply-To value=#VARIABLES.emailaddress#
   cfmailparam name=MIME-Version value=1.0
   html

da da da
/cfmail

BUT, if I drop this same exact code into a template, hard code the FROM
and TO as the same address as the variables use, it sends out no
problem. ok!  

Does this make sense? It sure doesn't to me. 

Thanks,
Will




~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270685
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 driving me bonkers now

2007-02-26 Thread Russ
Where is the sending actually failing?  Is it generating the email message, but 
the message gets rejected by the mail server, or does it get sent successfully 
from CF but then gets lost in the abyss somewhere?

Russ

 -Original Message-
 From: Ben Nadel [mailto:[EMAIL PROTECTED]
 Sent: Monday, February 26, 2007 1:19 PM
 To: CF-Talk
 Subject: RE: cfmail driving me bonkers now
 
 I was gonna say that it sounds like a SPAM blocking issue. But if you
 replace the variables with the same values and it WORKS... I have no
 idea.
 
 Are you sure you are replacing with the same exact values?
 
 ..
 Ben Nadel
 Certified Advanced ColdFusion MX7 Developer
 www.bennadel.com
 
 Need ColdFusion Help?
 www.bennadel.com/ask-ben/
 
 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: Monday, February 26, 2007 12:07 PM
 To: CF-Talk
 Subject: cfmail driving me bonkers now
 
 Ok, I'm back to my cfmail problem. This will not send out TO the same
 address as listed in the FROM attribute. If I change it to my personal
 email address, it works.
 
 cfmail from='#shopownername# #VARIABLES.emailaddress#'
 to=#VARIABLES.emailaddress#
server=#VARIABLES.mailserver# subject=An Order Has Been Processed
type=html

cfmailparam name=Reply-To value=#VARIABLES.emailaddress#
cfmailparam name=MIME-Version value=1.0
html
 
 da da da
 /cfmail
 
 BUT, if I drop this same exact code into a template, hard code the FROM
 and TO as the same address as the variables use, it sends out no
 problem. ok!
 
 Does this make sense? It sure doesn't to me.
 
 Thanks,
 Will
 
 
 
 
 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270686
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 driving me bonkers now

2007-02-26 Thread Adkins, Randy
If the email is in the Undelivered folder for CF, then it is possible
that it deals with the way
The TO line is constructed.

Since it is being sent successfully when hardcoding the TO line, that
would be the best place to begin looking. 

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 26, 2007 12:07 PM
To: CF-Talk
Subject: cfmail driving me bonkers now

Ok, I'm back to my cfmail problem. This will not send out TO the same
address as listed in the FROM attribute. If I change it to my personal
email address, it works. 

cfmail from='#shopownername# #VARIABLES.emailaddress#'
to=#VARIABLES.emailaddress#
   server=#VARIABLES.mailserver# subject=An Order Has Been Processed
   type=html
   
   cfmailparam name=Reply-To value=#VARIABLES.emailaddress#
   cfmailparam name=MIME-Version value=1.0
   html

da da da
/cfmail

BUT, if I drop this same exact code into a template, hard code the FROM
and TO as the same address as the variables use, it sends out no
problem. ok!  

Does this make sense? It sure doesn't to me. 

Thanks,
Will




~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270687
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
I was gonna say that it sounds like a SPAM blocking issue. But if you
replace the variables with the same values and it WORKS... I have no
idea. 

Yeah, that's what I figured it was until I ran that test. 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270688
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
 Where is the sending actually failing?  Is it generating the email 
 message, but the message gets rejected by the mail server, or does it 
 get sent successfully from CF but then gets lost in the abyss 
 somewhere?

I dunno. I asked the host, crystaltech, about looking to see if my messages 
were in the mail log, and I dont think they know what CF IS from their 
response. :) 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270689
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
If the email is in the Undelivered folder for CF, then it is possible
that it deals with the way
The TO line is constructed.


Another thing I tried was just replacing the TO line with my email address. It 
worked. If I replace it with the domain's email address, it won't. 

Insane! 

Thanks,
Will

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270690
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 driving me bonkers now

2007-02-26 Thread Adkins, Randy
Is the domain's email address like :   
SOME NAME [EMAIL PROTECTED]  OR  [EMAIL PROTECTED]

My point was that if you used the latter and it worked, then I would
search for the reason it
Does not like the User Friendly type naming convention of 'Some Name
[EMAIL PROTECTED]'



-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 26, 2007 12:52 PM
To: CF-Talk
Subject: Re: cfmail driving me bonkers now

If the email is in the Undelivered folder for CF, then it is possible 
that it deals with the way The TO line is constructed.


Another thing I tried was just replacing the TO line with my email
address. It worked. If I replace it with the domain's email address, it
won't. 

Insane! 

Thanks,
Will



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270691
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
Is the domain's email address like :   
SOME NAME [EMAIL PROTECTED]  OR  [EMAIL PROTECTED]

 I tried it both ways and neither work. 

Thanks,
Will

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270692
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 driving me bonkers now

2007-02-26 Thread Adkins, Randy
Then I would lean towards contacting CT (as you are doing) to see about
the email in the undeliv folder and see if it can help any.
By looking at the TO line or if the server requires User Authentication
for sending.



-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 26, 2007 1:09 PM
To: CF-Talk
Subject: Re: cfmail driving me bonkers now

Is the domain's email address like :   
SOME NAME [EMAIL PROTECTED]  OR  [EMAIL PROTECTED]

 I tried it both ways and neither work. 

Thanks,
Will



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270693
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 driving me bonkers now

2007-02-26 Thread Alan Rother
Not sure if this helps...

I have a few customers on CT and I always have to use a valid email address
that is hosted by CT AND pass in the password for that account.

cfmail
to=#qcustomer.EmailAddress#
from=[EMAIL PROTECTED]
password=RealPasswordRemoved
server=mail.TheDomainNameThisCodeIsFrom.com
type=HTML
subject=Your Order Confirmation - TheDomainNameThisCodeIsFrom

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270694
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
I have a few customers on CT and I always have to use a valid email address
that is hosted by CT AND pass in the password for that account.

Well, what's weird is I've never had any trouble sending emails from CT. I use 
a valid FROM email, and the valid server name. 

The funky thing here is, there's a cfmail directly above this one, and it 
sends out no problem to the customer. 

The second one will send out if I change the variables and make the TO address 
my own personal email. If I make it the same as the FROM, the domain's email, 
it never goes out. 

I'm checking further with CT. I may have someone that knows how to check 
folders n logs. 

Thanks,
Will

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270695
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
Then I would lean towards contacting CT (as you are doing) to see about
the email in the undeliv folder and see if it can help any.
By looking at the TO line or if the server requires User Authentication
for sending.

Ok, it gets more weirder by the minute. Just talked with CT and they say this 
is the error:

Invalid Addresses; nested exception is: class jaax.mail.SendFailedException: 
550 [EMAIL PROTECTED] No such user here

 But I'm positive there's an email account there. 

This is crazy. 

Will

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270697
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 driving me bonkers now

2007-02-26 Thread Dave Watts
 Ok, it gets more weirder by the minute. Just talked with CT 
 and they say this is the error:
 
 Invalid Addresses; nested exception is: class 
 jaax.mail.SendFailedException: 550 
 [EMAIL PROTECTED] No such user here
 
  But I'm positive there's an email account there. 
 
 This is crazy.

If the target mail server rejects the message for spam-related reasons, it
may well send back such a message, in the hope that you'll stop trying.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270699
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 driving me bonkers now

2007-02-26 Thread Will Tomlinson
 Ok, it gets more weirder by the minute. Just talked with CT 

If the target mail server rejects the message for spam-related reasons, it
may well send back such a message, in the hope that you'll stop trying.

What's screwin me up is, I can change the TO value to my personal email 
address, which is also on a CrystalTech mail server. It comes thru just fine. 

Once I change it to the site owner's email at CT, or her personal email, it 
fails. 

Argh!

Thanks dave.. oops.. Dave!  :)

Will

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

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