RE: Multiple Emails -- HELP!!!!

2003-01-06 Thread Jeff Beer
A couple things to look at:

1. Is your e-mail server actually at www.juliagreen.com?  Usually it
would be mail.something.com, etc. 

2. You are using a FROM address with a different domain than the mail
server you specified in the SERVER attribute.  Usually, the FROM address
must exist on the mail server.





-Original Message-
From: Julia Green [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 05, 2003 7:54 PM
To: CF-Talk
Subject: Re: Multiple Emails -- HELP


I can't -- my ISP controls the ColdFusion.  I tried just sending a form
with ColdFusion and it worked.  Can someone just give me some
straightforward code? Hi everyone --

Yet another simple problem.  I have a database filled with two emails,
and this

used to work, and now doesn't for some reason, and a form called
srchasp.htm

with a textbox called Experience.  How do I get emails from the database
to

send anything I type in the textbox called Experience once I submit  I
found this on 

the web

and now I can't find it again.  The emails just don't get there...

Julia Green

CFQUERY NAME=gilwayb DATASOURCE=jgrn123 USERNAME=jgrn123
DBTYPE=ODBC PASSWORD= 

SELECT Email, LastName
FROM list


/CFQUERY


html
head
title
Your Newsletter has been sent!/title

/head

BODY bgcolor=#FF
h1Your Newsletter has been sent out!/h1
brbr
a href=newsletter.htmFONT SIZE=4BACK TO Newsletter
page/A/FONTBRBR

CFSET ListSent = ''
CFLOOP QUERY=gilwayb
CFSET ThisEmail=Email 
CFMAIL TO=#ThisEmail#
FROM= [EMAIL PROTECTED]
SUBJECT= Newsletter
SERVER=www.juliagreen.com



Thank you for subscribing to our newsletter!

#Form.Experience#

/cfmail

 CFSET ListSent = ListSent   #LastName#

mailto:#ThisEmail#   CHR(13) CHR(10)  CHR(13) CHR(10)

/CFLOOP

 

 


Julia Computer Consulting
Web Design @ Reasonable Prices
Email: [EMAIL PROTECTED]
www.juliagreen.com
Phone: 617-926-3413
Cell: 617-596-6003
Fax: 1-617-812-8148 

 Jochem van Dieten [EMAIL PROTECTED] wrote:Julia Green wrote:
 No it just goes to the newsletter sent screen.

Set the logging to a higher level in the CF Administrator and enable the

logging of sent messages. That way you should either get an entry in the

mailsent.log that the mail was succesfully sent, or an error in the 
mail.log.

Jochem



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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Multiple Emails -- HELP!!!!

2003-01-06 Thread Casey C Cook
Sometimes when our e-mail randomly decided to quit one day the mail server
address changed. You might want to try to verify the mail server connection
in the CF Administrator.

CC


   

  Jochem van   

  Dieten jochemd  To:  CF-Talk 
[EMAIL PROTECTED]
  @oli.tudelft.nl cc: 

   Subject: Re: Multiple Emails -- 
HELP
  01/05/03 06:44   

  PM   

  Please respond   

  to cf-talk   

   

   





Julia Green wrote:
 No it just goes to the newsletter sent screen.

Set the logging to a higher level in the CF Administrator and enable the
logging of sent messages. That way you should either get an entry in the
mailsent.log that the mail was succesfully sent, or an error in the
mail.log.

Jochem


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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Multiple Emails -- HELP!!!!

2003-01-05 Thread Jochem van Dieten
Julia Green wrote:
 
 Yet another simple problem.  I have a database filled with two emails, and this
 used to work, and now doesn't for some reason, and a form called srchasp.htm
 with a textbox called Experience.  How do I get emails from the database to
 send anything I type in the textbox called Experience once I submit  I found this on 
 the web
 and now I can't find it again.  The emails just don't get there...

Do you get an error? Is there something in the mail.log?

Jochem

~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Multiple Emails -- HELP!!!!

2003-01-05 Thread Julia Green
No it just goes to the newsletter sent screen.
 Jochem van Dieten [EMAIL PROTECTED] wrote:Julia Green wrote:
 
 Yet another simple problem. I have a database filled with two emails, and this
 used to work, and now doesn't for some reason, and a form called srchasp.htm
 with a textbox called Experience. How do I get emails from the database to
 send anything I type in the textbox called Experience once I submit I found this on 
 the web
 and now I can't find it again. The emails just don't get there...

Do you get an error? Is there something in the mail.log?

Jochem


~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Multiple Emails -- HELP!!!!

2003-01-05 Thread Jochem van Dieten
Julia Green wrote:
 No it just goes to the newsletter sent screen.

Set the logging to a higher level in the CF Administrator and enable the 
logging of sent messages. That way you should either get an entry in the 
mailsent.log that the mail was succesfully sent, or an error in the 
mail.log.

Jochem

~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Multiple Emails -- HELP!!!!

2003-01-05 Thread Julia Green
I can't -- my ISP controls the ColdFusion.  I tried just sending a form with 
ColdFusion and it worked.  Can someone just give me some straightforward code?
Hi everyone --

Yet another simple problem.  I have a database filled with two emails, and this

used to work, and now doesn't for some reason, and a form called srchasp.htm

with a textbox called Experience.  How do I get emails from the database to

send anything I type in the textbox called Experience once I submit  I found this on 

the web

and now I can't find it again.  The emails just don't get there...

Julia Green

CFQUERY NAME=gilwayb DATASOURCE=jgrn123 USERNAME=jgrn123 DBTYPE=ODBC 
PASSWORD= 

SELECT Email, LastName
FROM list


/CFQUERY


html
head
title
Your Newsletter has been sent!/title

/head

BODY bgcolor=#FF
h1Your Newsletter has been sent out!/h1
brbr
a href=newsletter.htmFONT SIZE=4BACK TO Newsletter page/A/FONTBRBR

CFSET ListSent = ''
CFLOOP QUERY=gilwayb
CFSET ThisEmail=Email 
CFMAIL TO=#ThisEmail#
FROM= [EMAIL PROTECTED]
SUBJECT= Newsletter
SERVER=www.juliagreen.com



Thank you for subscribing to our newsletter!

#Form.Experience#

/cfmail

 CFSET ListSent = ListSent   #LastName#

mailto:#ThisEmail#   CHR(13) CHR(10)  CHR(13) CHR(10)

/CFLOOP

 

 


Julia Computer Consulting
Web Design @ Reasonable Prices
Email: [EMAIL PROTECTED]
www.juliagreen.com
Phone: 617-926-3413
Cell: 617-596-6003
Fax: 1-617-812-8148 

 Jochem van Dieten [EMAIL PROTECTED] wrote:Julia Green wrote:
 No it just goes to the newsletter sent screen.

Set the logging to a higher level in the CF Administrator and enable the 
logging of sent messages. That way you should either get an entry in the 
mailsent.log that the mail was succesfully sent, or an error in the 
mail.log.

Jochem


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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4