RE: Email problem

2005-03-22 Thread Rodger
That was the problem, thanks everyone.
Rodger

At CrystalTech, from needs to be a valid and active email address at the
domain that you are sending from.

Pete

From what I remember, FROM has to be a valid email syntax, but not a valid
email address.  MySolutions4You is not valid email syntax.

M!ke 




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199729
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email problem

2005-03-22 Thread Rodger
That was the problem, thanks everyone.
Rodger

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 21, 2005 6:41 AM
To: CF-Talk
Subject: Re: Email problem

At CrystalTech, from needs to be a valid and active email address at the
domain that you are sending from.

Pete


 -Original Message-
 From: Dawson, Michael [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 18, 2005 8:11 PM
 To: CF-Talk
 Subject: RE: Email problem
 
 From what I remember, FROM has to be a valid email syntax, but not a 
 valid email address.  MySolutions4You is not valid email syntax.
 
 M!ke
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199730
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email problem

2005-03-21 Thread Ken Ferguson
I think the easiest way to begin locating the source of the problem is
to create a template with this code and see if it works:

cfmail to=[EMAIL PROTECTED] 
from=[EMAIL PROTECTED] 
subject=test cfmail 
server=mail.mynotepros.com
This is a big old test mail.
/cfmail

I'm guessing that it won't, so then change it to use a user name and
password. Any valid user and pw should work, as long as you get
authenticated. If your emails still don't get through, then you'll have
eliminated the most obvious possibilities.

--Ferg



-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 8:11 PM
To: CF-Talk
Subject: RE: Email problem

From what I remember, FROM has to be a valid email syntax, but not a
valid email address.  MySolutions4You is not valid email syntax.

M!ke 

-Original Message-
From: James Edmunds [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 6:57 PM
To: CF-Talk
Subject: Re: Email problem

Though the From attribute does not require a valid email address as far
as CF is concerned, I would try the changing the from to an email
address and see if that works... perhaps somewhere downstream the from
has to be a valid email address.

HTH,

James




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Email problem

2005-03-21 Thread Pete Ruckelshaus
At CrystalTech, from needs to be a valid and active email address at
the domain that you are sending from.

Pete


On Mon, 21 Mar 2005 08:18:01 -0600, Ken Ferguson
[EMAIL PROTECTED] wrote:
 I think the easiest way to begin locating the source of the problem is
 to create a template with this code and see if it works:
 
 cfmail to=[EMAIL PROTECTED]
 from=[EMAIL PROTECTED]
 subject=test cfmail
 server=mail.mynotepros.com
 This is a big old test mail.
 /cfmail
 
 I'm guessing that it won't, so then change it to use a user name and
 password. Any valid user and pw should work, as long as you get
 authenticated. If your emails still don't get through, then you'll have
 eliminated the most obvious possibilities.
 
 --Ferg
 
 
 -Original Message-
 From: Dawson, Michael [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 18, 2005 8:11 PM
 To: CF-Talk
 Subject: RE: Email problem
 
 From what I remember, FROM has to be a valid email syntax, but not a
 valid email address.  MySolutions4You is not valid email syntax.
 
 M!ke
 
 -Original Message-
 From: James Edmunds [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 18, 2005 6:57 PM
 To: CF-Talk
 Subject: Re: Email problem
 
 Though the From attribute does not require a valid email address as far
 as CF is concerned, I would try the changing the from to an email
 address and see if that works... perhaps somewhere downstream the from
 has to be a valid email address.
 
 HTH,
 
 James
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199541
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email problem

2005-03-18 Thread Connie DeCinko
You might see if it relates to the new spam measures put into place.
Perhaps your server is being blocked.
 

-Original Message-
From: Rodger [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 4:37 PM
To: CF-Talk
Subject: Email problem

I am being hosted by Crystaltech. Today the email code in my templates quit
working.
Email account tests ok. I created a test page with the following code:
 
  cfset testdata = Sample Data
  cfset SendAddress = [EMAIL PROTECTED]
  cfset Subject = This is a test - #LSDateFormat(Now(),  dd, 
hh:mm:ss)#
  cfset maildata = Test Data:   testdata
  cfmail to = #SendAddress#
from=MySolutions4You
server = mail.mynotepros.com
subject=#Subject#
 type = html
  #maildata#
  /cfmail
cfoutput
The testdata #testdata# should have been mailed to #Sendaddress# with the
subject #Subject#
and the body containing #maildata#.
/cfoutput

I get the expected output on the screen, and no cf errors.
 
The tech at Crystaltech pinged the mail server, and entered his own email
address and also got nothing.
 
Since there are not massive numbers of other users having the same problem,
he thought my code could be the problem.
 
Since the code in my production pages has been working until now, I don't
think that is the problem.
 
Any suggestions?
 
Thanks,
Rodger
 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199428
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email problem

2005-03-18 Thread Dave Phillips
Rodger,

The key will be to check your mail logs on your cold fusion server.  If you
don't have access to them, have your Crystaltech support rep get the info.
You may need to turn on mail logging to get all the detail you need.

I've had problems like this before.  Usually, it's related to the mail
server you are trying to send through.  Maybe it requires a username and
password now (i.e. they changed the configuration to not allow a relay).
Another issue could be if they have your IP address to allow relays, but
your IP address changed.

Basically, I don't see anything wrong with your code at all.  If you want
simpler test code, just user this:

CFMAIL SERVER=mail.mynotepros.com FROM=MySolutionsForYou
TO=[EMAIL PROTECTED] SUBJECT=Test TYPE=HTMLThis is a
test./CFMAIL

You don't need all those extra lines to test it.  The only thing you might
add is an e-mail address to the FROM.  Like this:

CFMAIL SERVER=mail.mynotepros.com FROM=MySolutionsForYou
[EMAIL PROTECTED] TO=[EMAIL PROTECTED] SUBJECT=Test
TYPE=HTMLThis is a test./CFMAIL

Hope this helps!

Sincerely,
 
Dave Phillips
BizBreeze.com
[EMAIL PROTECTED]
615-746-3851

-Original Message-
From: Rodger [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 5:37 PM
To: CF-Talk
Subject: Email problem

I am being hosted by Crystaltech. Today the email code in my templates quit
working.
Email account tests ok. I created a test page with the following code:
 
  cfset testdata = Sample Data
  cfset SendAddress = [EMAIL PROTECTED]
  cfset Subject = This is a test - #LSDateFormat(Now(),  dd, 
hh:mm:ss)#
  cfset maildata = Test Data:   testdata
  cfmail to = #SendAddress#
from=MySolutions4You
server = mail.mynotepros.com
subject=#Subject#
 type = html
  #maildata#
  /cfmail
cfoutput
The testdata #testdata# should have been mailed to #Sendaddress# with the
subject #Subject# and the body containing #maildata#.
/cfoutput

I get the expected output on the screen, and no cf errors.
 
The tech at Crystaltech pinged the mail server, and entered his own email
address and also got nothing.
 
Since there are not massive numbers of other users having the same problem,
he thought my code could be the problem.
 
Since the code in my production pages has been working until now, I don't
think that is the problem.
 
Any suggestions?
 
Thanks,
Rodger
 






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199429
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Email problem

2005-03-18 Thread James Edmunds
Though the From attribute does not require a valid email address as
far as CF is concerned, I would try the changing the from to an
email address and see if that works... perhaps somewhere downstream
the from has to be a valid email address.

HTH,

James


On Fri, 18 Mar 2005 15:36:31 -0800, Rodger [EMAIL PROTECTED] wrote:
 I am being hosted by Crystaltech. Today the email code in my templates quit
 working.
 Email accoutests ok. I created a test page with the following code:
 
   cfset testdata = Sample Data
   cfset SendAddress = [EMAIL PROTECTED]
   cfset Subject = This is a test - #LSDateFormat(Now(),  dd, 
 hh:mm:ss)#
   cfset maildata = Test Data:   testdata
   cfmail to = #SendAddress#
 from=MySolutions4You
 server = mail.mynotepros.com
 subject=#Subject#
  type = html
   #maildata#
   /cfmail
 cfoutput
 The testdata #testdata# should have been mailed to #Sendaddress# with the
 subject #Subject#
 and the body containing #maildata#.
 /cfoutput
 
 I get the expected output on the screen, and no cf errors.
 
 The tech at Crystaltech pinged the mail server, and entered his own email
 address and also got nothing.
 
 Since there are not massive numbers of other users having the same problem,
 he thought my code could be the problem.
 
 Since the code in my production pages has been working until now, I don't
 think that is the problem.
 
 Any suggestions?
 
 Thanks,
 Rodger
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199440
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email problem

2005-03-18 Thread Dawson, Michael
From what I remember, FROM has to be a valid email syntax, but not a
valid email address.  MySolutions4You is not valid email syntax.

M!ke 

-Original Message-
From: James Edmunds [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 6:57 PM
To: CF-Talk
Subject: Re: Email problem

Though the From attribute does not require a valid email address as far
as CF is concerned, I would try the changing the from to an email
address and see if that works... perhaps somewhere downstream the from
has to be a valid email address.

HTH,

James


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199445
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
John,

 
I just spoke the email support guys here and this is what they told me:

 
Our Exchange IMC's Strip it.. Only email sent directly from Outlook and do it
- Email from apps cannotThere is a way to do it but they will not tell.

Mario

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 5:35 PM
To: CF-Talk
Subject: RE: Email Problem

Essentially set the X-Mailer using cfmailparamLook at the headers on
an email that works correctly.Whatever headers you see in there that
are different from the one you send using CF, set (or change) the params
using cfmailparam.Now, some spam filters or mail clients are smart
enough to ignore certain headers that exist without other headers.
That's why I recommend trying to create an email sent from CF that looks
exactly the same as the email sent from outlook (minus the message ID
and other unique features)

John Burns 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 4:19 PM
To: CF-Talk
Subject: RE: Email Problem

How do you trick it to think Outlook was the sender???

Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Tony Weeg
napoleon complex.

mr small penis man...

mr nazi sysadmin

wow...arent geeks with ego issues GREAT! 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 10:52 AM
To: CF-Talk
Subject: RE: Email Problem

John,

 
I just spoke the email support guys here and this is what they told me:

 
Our Exchange IMC's Strip it.. Only email sent directly from Outlook and do
it
- Email from apps cannotThere is a way to do it but they will not tell.

Mario

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 5:35 PM
To: CF-Talk
Subject: RE: Email Problem

Essentially set the X-Mailer using cfmailparamLook at the headers on an
email that works correctly.Whatever headers you see in there that are
different from the one you send using CF, set (or change) the params using
cfmailparam.Now, some spam filters or mail clients are smart enough to
ignore certain headers that exist without other headers.
That's why I recommend trying to create an email sent from CF that looks
exactly the same as the email sent from outlook (minus the message ID and
other unique features)

John Burns 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 4:19 PM
To: CF-Talk
Subject: RE: Email Problem

How do you trick it to think Outlook was the sender???

Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and not
CF.That would fix that.That's why I suggested to try to set all of the
mail params that you see in a normal outlook message that works properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to myself,
I will receive all the receipts but if I send it thru CF, I only get the
delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We must
manually ask for one when sending messages via Outlook.

Chris
_
_
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Burns, John D
Are you saying Exchange strips the X-Mailer attribute?If you set the
X-Mailer attribute to spoof outlook, then wouldn't it allow it?

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 07, 2004 10:52 AM
To: CF-Talk
Subject: RE: Email Problem

John,

 
I just spoke the email support guys here and this is what they told me:

 
Our Exchange IMC's Strip it.. Only email sent directly from Outlook and
do it
- Email from apps cannotThere is a way to do it but they will not
tell.

Mario

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 5:35 PM
To: CF-Talk
Subject: RE: Email Problem

Essentially set the X-Mailer using cfmailparamLook at the headers on
an email that works correctly.Whatever headers you see in there that
are different from the one you send using CF, set (or change) the params
using cfmailparam.Now, some spam filters or mail clients are smart
enough to ignore certain headers that exist without other headers.
That's why I recommend trying to create an email sent from CF that looks
exactly the same as the email sent from outlook (minus the message ID
and other unique features)

John Burns 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 4:19 PM
To: CF-Talk
Subject: RE: Email Problem

How do you trick it to think Outlook was the sender???

Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_
_
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Dave Watts
  I just spoke the email support guys here and this is what 
  they told me:
  
  Our Exchange IMC's Strip it.. Only email sent directly from 
  Outlook and do it - Email from apps cannotThere is a way 
  to do it but they will not tell.

 napoleon complex.
 
 mr small penis man...
 
 mr nazi sysadmin
 
 wow...arent geeks with ego issues GREAT! 

Or, maybe, they're just doing their jobs. It's not that uncommon to
configure mail servers this way, actually.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Dave Watts
 I just spoke the email support guys here and this is what 
 they told me:

 Our Exchange IMC's Strip it.. Only email sent directly from 
 Outlook and do it - Email from apps cannotThere is a way 
 to do it but they will not tell.

If they're stripping out these headers at the IMC, this wouldn't affect
Outlook clients connecting directly to Exchange.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
It tried to change the X-Mailer ID but if I look at the headers I see this:

 
X-Mailer: ColdFusion MX Application Server
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0

 
I was able to change it but it still sets the Xmailer as CFMX application
server first - so it is stripped.THe Outlook version is just a guess we use
9.0 (2000).Is there anyway to force the CFMX Application Server not to show?

 
Here is my code used:

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=RE: Question about email headers 
SERVER=x
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
cfmailParam name=X-Mailer value=Microsoft Outlook 8.5, Build 4.71.2377.0
cfmailParam name=Mailerid value=Microsoft Outlook 8.5, Build 4.71.2377.0
cfmailparam name=Return-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
I tried all the code but I still not read or delete receipt, but I did
get the delievered receipt.

I'll try researching more on the web and ask a few other programmers that I
know if they can try it on the systems.

 I sent this to you from Cold Fusion, just to see if maybe it might be that I
am trying to send everything to myself.

 Thanks for the help.
 Mario
/cfmail

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, May 07, 2004 11:08 AM
To: CF-Talk
Subject: RE: Email Problem

 I just spoke the email support guys here and this is what 
 they told me:

 Our Exchange IMC's Strip it.. Only email sent directly from 
 Outlook and do it - Email from apps cannotThere is a way 
 to do it but they will not tell.

If they're stripping out these headers at the IMC, this wouldn't affect
Outlook clients connecting directly to Exchange.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Andrew Tyrone
Mario,

Instead of setting the X-Mailer header via cfmailparam, just use the
mailerID attribute of the cfmail tag.That should stop the X-Mailer as
showing up as ColdFusion Application Server.

On another note, I did a quick test and my firewall is in fact set to strip
out a LOT of mail headers by default, one of which is
Disposition-Notification-To.Sending through my home email account, the
read receipt came through fine (just tested in Outlook, not in CFMX).
Outlook never specified a header in regards to the return receipt other than
the one I just mentioned.Return-Receipt-To was never placed in the
header.

Andy

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Friday, May 07, 2004 11:12 AM
To: CF-Talk
Subject: RE: Email Problem

It tried to change the X-Mailer ID but if I look at the headers I see this:

X-Mailer: ColdFusion MX Application Server
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0

I was able to change it but it still sets the Xmailer as CFMX application
server first - so it is stripped.THe Outlook version is just a guess we
use
9.0 (2000).Is there anyway to force the CFMX Application Server not to
show?

Here is my code used:

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
subject=RE: Question about email headers
SERVER=x
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
cfmailParam name=X-Mailer value=Microsoft Outlook 8.5, Build
4.71.2377.0
cfmailParam name=Mailerid value=Microsoft Outlook 8.5, Build
4.71.2377.0
cfmailparam name=Return-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
I tried all the code but I still not read or delete receipt, but I did
get the delievered receipt.

I'll try researching more on the web and ask a few other programmers that
I
know if they can try it on the systems.

I sent this to you from Cold Fusion, just to see if maybe it might be that I
am trying to send everything to myself.

Thanks for the help.
Mario
/cfmail
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Andrew Tyrone
Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Tyrone,

 
I tried the code below but I do not get any receipts.Am I doing something
incorrect?

 
cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

 
I tried it on my older 4.5 box and on my MX box but no luck.I actually need
to add this to app that I am working on and I would love to see it work.

 
Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Adkins, Randy
I tried the exact code from the blog (changed the email address of course)
but no receipts :-(

 
Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Burns, John D
Will it allow you to send a read receipt to yourself?Do you get the
email at all?View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.Compare
the two and see if you can find the problem that way. 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(

 
Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing
something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Adkins, Randy
If I use Outlook and compose a message to myself with Return Receipt
selected,
yes, I get the email as well as the notice about the receipt.

 
If I use CF to send the email, I get the email, but nothing in regards to
the
return receipt.

 
Both emails have the same

 
Disposition-notification-to: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Return-receipt-to: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

 
This should be the same that is in RFC 822.

 
Does capitalizations make a difference??

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:41 PM
To: CF-Talk
Subject: RE: Email Problem

Will it allow you to send a read receipt to yourself?Do you get the
email at all?View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.Compare
the two and see if you can find the problem that way. 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(

Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing
something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I am having the same issues:

 
I can set the Priority and the Reply-To but I do not get any receipts.Anyone
have any ideas on this.

 
Thanks
Mario
-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:50 PM
To: CF-Talk
Subject: RE: Email Problem

If I use Outlook and compose a message to myself with Return Receipt
selected,
yes, I get the email as well as the notice about the receipt.

If I use CF to send the email, I get the email, but nothing in regards to
the
return receipt.

Both emails have the same

Disposition-notification-to: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Return-receipt-to: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

This should be the same that is in RFC 822.

Does capitalizations make a difference??

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:41 PM
To: CF-Talk
Subject: RE: Email Problem

Will it allow you to send a read receipt to yourself?Do you get the
email at all?View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.Compare
the two and see if you can find the problem that way. 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(

Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing
something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_ 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Burns, John D
It might.Try to get CF to mirror the headers that outlook creates
exactly.That's the best way to find your mistakes and figure out how
to make it work.

John 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:50 PM
To: CF-Talk
Subject: RE: Email Problem

If I use Outlook and compose a message to myself with Return Receipt
selected, yes, I get the email as well as the notice about the receipt.

 
If I use CF to send the email, I get the email, but nothing in regards
to the return receipt.

 
Both emails have the same

 
Disposition-notification-to: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
Return-receipt-to: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

 
This should be the same that is in RFC 822.

 
Does capitalizations make a difference??

From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:41 PM
To: CF-Talk
Subject: RE: Email Problem

Will it allow you to send a read receipt to yourself?Do you get the
email at all?View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.Compare
the two and see if you can find the problem that way. 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(

Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing
something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: email Problem

2004-05-06 Thread Adkins, Randy
If I use Outlook and compose a message to myself with Return Receipt
selected, yes, I get the email as well as the notice about the receipt.

 
If I use CF to send the email, I get the email, but nothing in regards to
the return receipt.

 
Both emails have the same

 
Disposition-notification-to: [EMAIL PROTECTED] 
Return-receipt-to: [EMAIL PROTECTED] 

 
This should be the same that is in RFC 822.

 
Does capitalizations make a difference??

Randy Adkins
Senior Systems Engineer
SRA International, Inc

 Adkins, Randy.vcf
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I am having the same issues:

I can set the Priority and the Reply-To but I do not get any receipts. Anyone

have any ideas on this.

Thanks

Mario

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:50 PM
To: CF-Talk
Subject: RE: Email Problem

If I use Outlook and compose a message to myself with Return Receipt
selected,
yes, I get the email as well as the notice about the receipt.

If I use CF to send the email, I get the email, but nothing in regards to
the
return receipt.

Both emails have the same

Disposition-notification-to: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Return-receipt-to: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

This should be the same that is in RFC 822.

Does capitalizations make a difference??

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:41 PM
To: CF-Talk
Subject: RE: Email Problem

Will it allow you to send a read receipt to yourself?Do you get the
email at all?View the headers on that email and then send yourself an
email with a read receipt and look at the headers on that one.Compare
the two and see if you can find the problem that way. 

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:37 PM
To: CF-Talk
Subject: RE: Email Problem

I tried the exact code from the blog (changed the email address of
course) but no receipts :-(

Not sure if it is an mail server issue or something.

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:32 PM
To: CF-Talk
Subject: RE: Email Problem

Tyrone,

I tried the code below but I do not get any receipts.Am I doing
something
incorrect?

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

I tried it on my older 4.5 box and on my MX box but no luck.I actually
need
to add this to app that I am working on and I would love to see it work.

Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K.

Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Nathan C. Smith
Need help, 
send code.

 
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:06 PM
To: CF-Talk
Subject: RE: Email Problem

Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K.

Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Adkins, Randy
I have Outlook 2000, Exchange Server 5.5, W2K/IIS5 and CF5

 
and not able to return receipts.

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 2:06 PM
To: CF-Talk
Subject: RE: Email Problem

Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K.

Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Adkins, Randy
CFMAIL TO= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
FROM= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
SUBJECT=Need your help
SERVER=mail.mindkeeper.net
CFMAILPARAM name=Disposition-Notification-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
cfmailparam name=Return-Receipt-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

 Were you prompted for a return receipt
or by chance do you have return receipts automatically generated?

/CFMAIL
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
I copied the code from Andrew Tyrone's blog and used my own email addresses:

cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=Read receipt test
	cfmailparam name=Read-Receipt-To value=[EMAIL PROTECTED]
	cfmailparam name=Disposition-Notification-To value=[EMAIL PROTECTED]
This is a test for read receipts.Did it work?
/cfmail

Chris

-Original Message-
From: Nathan C. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:10 PM
To: CF-Talk
Subject: RE: Email Problem

Need help, 
send code.

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:06 PM
To: CF-Talk
Subject: RE: Email Problem

Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K.

Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Here is my code:

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=This is only a test.. 
type=html
SERVER=xx
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
cfmailparam name=Return-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Test of Outlook Options
/cfmail

 
-Original Message-
From: Nathan C. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:10 PM
To: CF-Talk
Subject: RE: Email Problem

Need help, 
send code.

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 1:06 PM
To: CF-Talk
Subject: RE: Email Problem

Works great for me--CFMX 6.1 on Win2K/IIS5, Exchange 2K, Outlook 2K.

Chris 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
I didn't see the mailto: tags in the sample on the blog.Are they the problem?I didn't use them and my code worked...

Chris

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:13 PM
To: CF-Talk
Subject: RE: Email Problem

CFMAIL TO= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
FROM= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
SUBJECT=Need your help
SERVER=mail.mindkeeper.net
CFMAILPARAM name=Disposition-Notification-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
cfmailparam name=Return-Receipt-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

Were you prompted for a return receipt
or by chance do you have return receipts automatically generated?

/CFMAIL
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
I tried with and without the mailto tags and I still do not receive the
receipts.

 
Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:45 PM
To: CF-Talk
Subject: RE: Email Problem

I didn't see the mailto: tags in the sample on the blog.Are they the
problem?I didn't use them and my code worked...

Chris

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:13 PM
To: CF-Talk
Subject: RE: Email Problem

CFMAIL TO= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
FROM= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
SUBJECT=Need your help
SERVER=mail.mindkeeper.net
CFMAILPARAM name=Disposition-Notification-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
cfmailparam name=Return-Receipt-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

Were you prompted for a return receipt
or by chance do you have return receipts automatically generated?

/CFMAIL 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
 Were you prompted for a return receipt
 or by chance do you have return receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We must manually ask for one when sending messages via Outlook.

Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Mine seems to be the same.

 
Could it be an Outlook setting:If I send the email thru Outlook to myself, I
will receive all the receipts but if I send it thru CF, I only get the
delivered receipt, no read or deleted receipt.

 
We do not get read receipts automatically.We must manually ask for one when
sending messages via Outlook.

 
Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt
 or by chance do you have return receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We must
manually ask for one when sending messages via Outlook.

Chris 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
Well, I don't know then.Maybe it's an Exchange or Outlook config issue?I'm not a mail admin so I don't know what gotchas to look for.Sorry!

Chris

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:50 PM
To: CF-Talk
Subject: RE: Email Problem

I tried with and without the mailto tags and I still do not receive the
receipts.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:45 PM
To: CF-Talk
Subject: RE: Email Problem

I didn't see the mailto: tags in the sample on the blog.Are they the
problem?I didn't use them and my code worked...

Chris

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:13 PM
To: CF-Talk
Subject: RE: Email Problem

CFMAIL TO= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
FROM= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
SUBJECT=Need your help
SERVER=mail.mindkeeper.net
CFMAILPARAM name=Disposition-Notification-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
cfmailparam name=Return-Receipt-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

Were you prompted for a return receipt
or by chance do you have return receipts automatically generated?

/CFMAIL 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Andrew Tyrone
Chris,

That's actually David Medlock's blog; I just found it on Google.

Andy

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:16 PM
To: CF-Talk
Subject: RE: Email Problem

I copied the code from Andrew Tyrone's blog and used my own email addresses:

cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=Read receipt test
cfmailparam name=Read-Receipt-To value=[EMAIL PROTECTED]
cfmailparam name=Disposition-Notification-To value=[EMAIL PROTECTED]
This is a test for read receipts.Did it work?
/cfmail

Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Andrew Tyrone
It also might be a firewall issue; I know that our Firebox is set to strip
certain mail headers, which is why I get read receipts through my personal
email account but never from my work account.

Andy

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Well, I don't know then.Maybe it's an Exchange or Outlook config issue?
I'm not a mail admin so I don't know what gotchas to look for.Sorry!

Chris

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:50 PM
To: CF-Talk
Subject: RE: Email Problem

I tried with and without the mailto tags and I still do not receive the
receipts.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:45 PM
To: CF-Talk
Subject: RE: Email Problem

I didn't see the mailto: tags in the sample on the blog.Are they the
problem?I didn't use them and my code worked...

Chris

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:13 PM
To: CF-Talk
Subject: RE: Email Problem

CFMAIL TO= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
FROM= mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
SUBJECT=Need your help
SERVER=mail.mindkeeper.net
CFMAILPARAM name=Disposition-Notification-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
cfmailparam name=Return-Receipt-To value=
mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

Were you prompted for a return receipt
or by chance do you have return receipts automatically generated?

/CFMAIL
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Lofback, Chris
Yep, sorry.I should have said the blog Andrew Tyrone mentioned.:)

Chris

-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:06 PM
To: CF-Talk
Subject: RE: Email Problem

Chris,

That's actually David Medlock's blog; I just found it on Google.

Andy

-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:16 PM
To: CF-Talk
Subject: RE: Email Problem

I copied the code from Andrew Tyrone's blog and used my own email addresses:

cfmail to=[EMAIL PROTECTED] from=[EMAIL PROTECTED] subject=Read receipt test
cfmailparam name=Read-Receipt-To value=[EMAIL PROTECTED]
cfmailparam name=Disposition-Notification-To value=[EMAIL PROTECTED]
This is a test for read receipts.Did it work?
/cfmail

Chris
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Burns, John D
You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

 
Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

 
We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

 
Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
How do you trick it to think Outlook was the sender???

 
Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Burns, John D
Essentially set the X-Mailer using cfmailparamLook at the headers on
an email that works correctly.Whatever headers you see in there that
are different from the one you send using CF, set (or change) the params
using cfmailparam.Now, some spam filters or mail clients are smart
enough to ignore certain headers that exist without other headers.
That's why I recommend trying to create an email sent from CF that looks
exactly the same as the email sent from outlook (minus the message ID
and other unique features)

John Burns 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 4:19 PM
To: CF-Talk
Subject: RE: Email Problem

How do you trick it to think Outlook was the sender???

 
Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2002-12-11 Thread CF-DEV
Is it sending HTML based email?

It might be that they have Netscape Mail set for TEXT
mail and not HTML.

-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 8:23 PM
To: CF-Talk
Subject: Email Problem


One of our newsletter clients is getting email all full of ==09. They are
running Win2k and Using Netscape Mail.

Here is a piece of one of the newsletters.

--part1_ef.6bbe8a7.2b26d046_boundary Content-Type: text/plain;
name=BlueEarD.txt Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline; filename=BlueEarD.txt =09=09=09 =09=20
=20 =20 =20 =20 =09=09 =09=09 =09=09 =09=09 =09=09Welcome!
09=09=09 =09=09 =09=09December 09, 2002 =09=09 =09=09 =09=09 =09=09
=09=09 =09=09 =09=09 =09=09=09
Password? 3D%22http://www.blueear.com/Login.cfm%22 |=20
=09=09=09Help 3D%22http://www.blueear.com/help.cfm%22 |=20
=09=09=09Tell=20= a Friend 3D%22http://www.blueear.com/friend.cfm%22


Anyone seen this before please help.

Rick

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Email Problem

2002-12-11 Thread Howie Hamlin
Those are TAB characters in a quoted-printable email.  If the mail is properly 
formatted (and I can't tell from the
snippet) then the email client should interpret those as TABS.

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: cfhelp [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 11, 2002 8:23 PM
Subject: Email Problem


 One of our newsletter clients is getting email all full of ==09. They are
 running Win2k and Using Netscape Mail.

 Here is a piece of one of the newsletters.

 --part1_ef.6bbe8a7.2b26d046_boundary Content-Type: text/plain;
 name=BlueEarD.txt Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline; filename=BlueEarD.txt =09=09=09 =09=20
 =20 =20 =20 =20 =09=09 =09=09 =09=09 =09=09 =09=09Welcome!
 09=09=09 =09=09 =09=09December 09, 2002 =09=09 =09=09 =09=09 =09=09
 =09=09 =09=09 =09=09 =09=09=09
 Password? 3D%22http://www.blueear.com/Login.cfm%22 |=20
 =09=09=09Help 3D%22http://www.blueear.com/help.cfm%22 |=20
 =09=09=09Tell=20= a Friend 3D%22http://www.blueear.com/friend.cfm%22


 Anyone seen this before please help.

 Rick
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com