Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-D- #1
cdo message question
I'm using CDO Message for a mailing list app. I have a form where the admin
can enter the email header information, subject and the body of the email.
By default, I want to pull in all the email addresses stored in the database
table. I've created a recordset that returns all the records, but how can I
place each email address as a value in the form textarea field, seperated by
a semi-colon?
<textarea name="to" cols="400" rows="2"
id="to"><%=rs.Fields.Item(“email_addy”).Value%></textarea>
Also, how should the form field values be passed into the CDO Message code:
With cdoMessage
Set .Configuration = cdoConfig
..From = Request.Form(“mail_from”)
..To = Request.Form(“mail_to”)
..Subject = Request.Form(“mail_subject”)
..HTMLBody = Request.Form(“mail_body”)
..Send
End With
Thanks for any help.
-D-
-D- Guest
-
Newbie question re error message
Hi all I have installed MySQL 4.0.25 (and PHP 4.4.2.2) on my Windows XP Pro system using IISadmin. PHP is working OK but MySQL shows the MySQL... -
Net::FTP $ftp->message question
After successfully ftp'ing a file ( $ftp->get(file) ), $ftp->message will produce the following output: Opening BINARY mode data connection for... -
buffering status message- The Real Question
Sorry folks..keyboard issue caused previous multiple posts. Here is the Real Question: 'NetStream.Buffer.Full' is a message sent from a... -
simple output message to variable question
sounds simple enough, i want to turn traced output messages into variables, but is there a way to read the output of one layer from a different... -
***This message may contains virus****Delete the message***Taste this correction pack for MS Internet Explorer
"If you receive an e-mail that claims to contain software from Microsoft, do not run the attachment. The safest course of action is to delete the...



Reply With Quote

