concantenating entries

2006-05-16 Thread David Elliott
Hi all,
 
I'm playing around with coldfusion and emailing. 
 
I have an input box where it is looking for something like [EMAIL PROTECTED]  
My users don't like the existing interface and I'm working on an alternative.  
One thing they do not like is having to put the @here.com on the end of their 
log in.  They just want to type me and go on their way.  Is there a way to 
manipulate the code to add the 'here.com' along with their entry?
 
Thanks,
 
Dave

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240716
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: concantenating entries

2006-05-16 Thread Denny Valliant
If the form name was email when you process it, you could say cfset
form.email = form.email  @here.com
:D


On 5/16/06, David Elliott [EMAIL PROTECTED] wrote:

 Hi all,

 I'm playing around with coldfusion and emailing.

 I have an input box where it is looking for something like [EMAIL PROTECTED]  
 My
 users don't like the existing interface and I'm working on an
 alternative.  One thing they do not like is having to put the @here.com
 on the end of their log in.  They just want to type me and go on their
 way.  Is there a way to manipulate the code to add the 'here.com' along
 with their entry?

 Thanks,

 Dave

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240717
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: concantenating entries

2006-05-16 Thread Paul Giesenhagen
Is the @here.com the same for all users?

If so, just have them input the me   and then add your @here.com to it in 
the backend.

cfset variables.emailAddress = [EMAIL PROTECTED]

cfmail from=#variables.emailAddress# ...

Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com


- Original Message - 
From: David Elliott [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, May 16, 2006 7:54 PM
Subject: concantenating entries


 Hi all,

 I'm playing around with coldfusion and emailing.

 I have an input box where it is looking for something like [EMAIL PROTECTED] 
 My users don't like the existing interface and I'm working on an 
 alternative.  One thing they do not like is having to put the @here.com 
 on the end of their log in.  They just want to type me and go on their 
 way.  Is there a way to manipulate the code to add the 'here.com' along 
 with their entry?

 Thanks,

 Dave

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240718
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: concantenating entries

2006-05-16 Thread Tony
color me crazy, but just do a query in the db without the @whatever.com
and just do not require it.

or is that not possible?

tw

On 5/16/06, Paul Giesenhagen [EMAIL PROTECTED] wrote:
 Is the @here.com the same for all users?

 If so, just have them input the me   and then add your @here.com to it in
 the backend.

 cfset variables.emailAddress = [EMAIL PROTECTED]

 cfmail from=#variables.emailAddress# ...

 Paul Giesenhagen
 QuillDesign
 417-885-1375
 http://www.quilldesign.com


 - Original Message -
 From: David Elliott [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Tuesday, May 16, 2006 7:54 PM
 Subject: concantenating entries


  Hi all,
 
  I'm playing around with coldfusion and emailing.
 
  I have an input box where it is looking for something like [EMAIL PROTECTED]
  My users don't like the existing interface and I'm working on an
  alternative.  One thing they do not like is having to put the @here.com
  on the end of their log in.  They just want to type me and go on their
  way.  Is there a way to manipulate the code to add the 'here.com' along
  with their entry?
 
  Thanks,
 
  Dave
 
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240719
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: concantenating entries

2006-05-16 Thread David Elliott
no, it is a poor excuse for a web hosting company.  If it were my company, I'd 
go somewhere else.  

- Original Message 
From: Tony [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, May 16, 2006 8:30:58 PM
Subject: Re: concantenating entries


color me crazy, but just do a query in the db without the @whatever.com
and just do not require it.

or is that not possible?

tw

On 5/16/06, Paul Giesenhagen [EMAIL PROTECTED] wrote:
 Is the @here.com the same for all users?

 If so, just have them input the me   and then add your @here.com to it in
 the backend.

 cfset variables.emailAddress = [EMAIL PROTECTED]

 cfmail from=#variables.emailAddress# ...

 Paul Giesenhagen
 QuillDesign
 417-885-1375
 http://www.quilldesign.com


 - Original Message -
 From: David Elliott [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Tuesday, May 16, 2006 7:54 PM
 Subject: concantenating entries


  Hi all,
 
  I'm playing around with coldfusion and emailing.
 
  I have an input box where it is looking for something like [EMAIL PROTECTED]
  My users don't like the existing interface and I'm working on an
  alternative.  One thing they do not like is having to put the @here.com
  on the end of their log in.  They just want to type me and go on their
  way.  Is there a way to manipulate the code to add the 'here.com' along
  with their entry?
 
  Thanks,
 
  Dave
 
 

 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240722
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