If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > how to send email by click on the checkbox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-04, 05:57
rachelwpc rachelwpc is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Post how to send email by click on the checkbox

how to insert a checklist data (email address) which is get from the MySQL database
and send email to the person that have been checked??
i have try many times but fail ?
if anyone knows the solution plz let me know.
thanks
Reply With Quote
  #2 (permalink)  
Old 02-27-04, 11:02
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Do you mean the email should be sent out when the user checks the checkbox?
Reply With Quote
  #3 (permalink)  
Old 02-29-04, 13:05
robbied111 robbied111 is offline
Registered User
 
Join Date: Jan 2004
Location: Bermuda
Posts: 40
rachelwpc:

As gyuan asks, if the mail is to be generated by the CHECKING action, then you're looking at JScript.

If you can wait to send until AFTER Submit, then CDONTS is one option.

http://msdn.microsoft.com/library/de...s_library_.asp

not sure if there is a MySQL function similar to xp_sendmail in SQL ?

RobbieD
__________________
Sunny Times...
Reply With Quote
  #4 (permalink)  
Old 03-02-04, 01:40
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
www.asp101.com has some e-mail examples in the Samples section. The e-mail attachment example uses the more recent CDO instead of the tried-and-true but outdated-on-some-newer-servers CDONTS.

And don't know if this post-back concept might also help at all:

ASP Design Tips - Post Back Page
http://www.bullschmidt.com/devtip-postbackpage.asp
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On