PC Review


Reply
Thread Tools Rate Thread

cdonts to send to form email address?

 
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      25th Jan 2006
It must be easy... I am using cdonts to send a FP form to a database and also
by email to myself.

I would like to Cc it to the email field within the form so that a copy goes
to that address as well. so the code would be:

objCDOMail.Cc = ???????????

Any ideas would be apreciated.

Raymondo


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jan 2006
In your IE address bar type:

? Sending Email with CDONTS

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Raymondo" <(E-Mail Removed)> wrote in message
news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
> It must be easy... I am using cdonts to send a FP form to a database and also
> by email to myself.
>
> I would like to Cc it to the email field within the form so that a copy goes
> to that address as well. so the code would be:
>
> objCDOMail.Cc = ???????????
>
> Any ideas would be apreciated.
>
> Raymondo
>
>



 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      25th Jan 2006
Don't think I did not do a search before posting! But none of the responses
helped.

Perhaps someone else knows the answer and can help?

Raymondo

"Thomas A. Rowe" wrote:

> In your IE address bar type:
>
> ? Sending Email with CDONTS
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Raymondo" <(E-Mail Removed)> wrote in message
> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
> > It must be easy... I am using cdonts to send a FP form to a database and also
> > by email to myself.
> >
> > I would like to Cc it to the email field within the form so that a copy goes
> > to that address as well. so the code would be:
> >
> > objCDOMail.Cc = ???????????
> >
> > Any ideas would be apreciated.
> >
> > Raymondo
> >
> >

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jan 2006
Here is the first result I got doing the search I indicated:

http://digitalcolony.com/01/cdonts/

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Raymondo" <(E-Mail Removed)> wrote in message
news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
> Don't think I did not do a search before posting! But none of the responses
> helped.
>
> Perhaps someone else knows the answer and can help?
>
> Raymondo
>
> "Thomas A. Rowe" wrote:
>
>> In your IE address bar type:
>>
>> ? Sending Email with CDONTS
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Raymondo" <(E-Mail Removed)> wrote in message
>> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
>> > It must be easy... I am using cdonts to send a FP form to a database and also
>> > by email to myself.
>> >
>> > I would like to Cc it to the email field within the form so that a copy goes
>> > to that address as well. so the code would be:
>> >
>> > objCDOMail.Cc = ???????????
>> >
>> > Any ideas would be apreciated.
>> >
>> > Raymondo
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jan 2006
Post your current code for your form and CDONTS script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Raymondo" <(E-Mail Removed)> wrote in message
news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
> Don't think I did not do a search before posting! But none of the responses
> helped.
>
> Perhaps someone else knows the answer and can help?
>
> Raymondo
>
> "Thomas A. Rowe" wrote:
>
>> In your IE address bar type:
>>
>> ? Sending Email with CDONTS
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Raymondo" <(E-Mail Removed)> wrote in message
>> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
>> > It must be easy... I am using cdonts to send a FP form to a database and also
>> > by email to myself.
>> >
>> > I would like to Cc it to the email field within the form so that a copy goes
>> > to that address as well. so the code would be:
>> >
>> > objCDOMail.Cc = ???????????
>> >
>> > Any ideas would be apreciated.
>> >
>> > Raymondo
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      25th Jan 2006
Yes I had looked at the digitalcolony site but there was nothing that helped.
Here' the code you requested, thank you for the offer to look at it....

Heres the relevent form code:

form action="--WEBBOT-SELF--" method="POST" name="FrontPage_Form1"
onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript">
<!--webbot bot="SaveDatabase" startspan SuggestedExt="asp"
U-ASP-Include-Url="../../_fpclass/fpdbform.inc" S-DataConnection="postjob"
S-RecordSource="Results" U-Database-URL="../../fpdb/postjob.mdb"
U-Confirmation-Url="http:www.mysite.com/confirming.asp"
S-Builtin-Fields="HTTP_USER_AGENT REMOTE_HOST Timestamp REMOTE_USER"
S-Builtin-DBFields="Browser_type Remote_computer_name Timestamp User_name"
S-Form-Fields="Company Email Contact"
S-Form-DBFields="Company Email Contact" --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--#include
file="../../_fpclass/fpdbform.inc"--><!--webbot
bot="SaveDatabase" endspan -->
......
<input maxLength="80" size="67" name="Company" onkeypress="return
handleEnter(this, event)"style="font-weight: bold"></td>
</tr>
<tr>
<td valign="top" align="left" width="80"><font face="Arial"><b><font
size="2">Contact Name</font></b><font size="2">:</font></font></td>
<td valign="bottom">
<input type="text" name="Contact" onkeypress="return handleEnter(this,
event)" size="76"></td>
</tr>
<tr>
<td valign="top" align="left" width="80"><b><font size="2"
face="Arial">Contact Email:</font></b></td>
<td valign="bottom">
<input type="text" name="Email" onkeypress="return handleEnter(this,
event)" size="76">
</td>
</tr>


Here's the cdonts code:

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.To = "(E-Mail Removed)
objCDOMail.CC = ?????????????
objCDOMail.From = "(E-Mail Removed)"
objCDOMail.Subject = "Confirming your posting on my Website"
For Each item in FP_SavedFields
strBody = strBody & item & ": " & FP_SavedFields(item) & VbCrLf
Next
objCDOMail.Body = strBody
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Send
Set objCDOMail = Nothing
%>

Thanks!

Ramondo

"Thomas A. Rowe" wrote:

> Here is the first result I got doing the search I indicated:
>
> http://digitalcolony.com/01/cdonts/
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Raymondo" <(E-Mail Removed)> wrote in message
> news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
> > Don't think I did not do a search before posting! But none of the responses
> > helped.
> >
> > Perhaps someone else knows the answer and can help?
> >
> > Raymondo
> >
> > "Thomas A. Rowe" wrote:
> >
> >> In your IE address bar type:
> >>
> >> ? Sending Email with CDONTS
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "Raymondo" <(E-Mail Removed)> wrote in message
> >> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
> >> > It must be easy... I am using cdonts to send a FP form to a database and also
> >> > by email to myself.
> >> >
> >> > I would like to Cc it to the email field within the form so that a copy goes
> >> > to that address as well. so the code would be:
> >> >
> >> > objCDOMail.Cc = ???????????
> >> >
> >> > Any ideas would be apreciated.
> >> >
> >> > Raymondo
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jan 2006


ToEmail = Request.Form("Email")

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.To = "(E-Mail Removed)
objCDOMail.CC = ToEmail
objCDOMail.From = "(E-Mail Removed)"
objCDOMail.Subject = "Confirming your posting on my Website"
For Each item in FP_SavedFields
strBody = strBody & item & ": " & FP_SavedFields(item) & VbCrLf
Next
objCDOMail.Body = strBody
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Send
Set objCDOMail = Nothing
%>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Raymondo" <(E-Mail Removed)> wrote in message
news:58E418EC-DEEB-47B4-AECC-(E-Mail Removed)...
> Yes I had looked at the digitalcolony site but there was nothing that helped.
> Here' the code you requested, thank you for the offer to look at it....
>
> Heres the relevent form code:
>
> form action="--WEBBOT-SELF--" method="POST" name="FrontPage_Form1"
> onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript">
> <!--webbot bot="SaveDatabase" startspan SuggestedExt="asp"
> U-ASP-Include-Url="../../_fpclass/fpdbform.inc" S-DataConnection="postjob"
> S-RecordSource="Results" U-Database-URL="../../fpdb/postjob.mdb"
> U-Confirmation-Url="http:www.mysite.com/confirming.asp"
> S-Builtin-Fields="HTTP_USER_AGENT REMOTE_HOST Timestamp REMOTE_USER"
> S-Builtin-DBFields="Browser_type Remote_computer_name Timestamp User_name"
> S-Form-Fields="Company Email Contact"
> S-Form-DBFields="Company Email Contact" --><input TYPE="hidden"
> NAME="VTI-GROUP" VALUE="0"><!--#include
> file="../../_fpclass/fpdbform.inc"--><!--webbot
> bot="SaveDatabase" endspan -->
> .....
> <input maxLength="80" size="67" name="Company" onkeypress="return
> handleEnter(this, event)"style="font-weight: bold"></td>
> </tr>
> <tr>
> <td valign="top" align="left" width="80"><font face="Arial"><b><font
> size="2">Contact Name</font></b><font size="2">:</font></font></td>
> <td valign="bottom">
> <input type="text" name="Contact" onkeypress="return handleEnter(this,
> event)" size="76"></td>
> </tr>
> <tr>
> <td valign="top" align="left" width="80"><b><font size="2"
> face="Arial">Contact Email:</font></b></td>
> <td valign="bottom">
> <input type="text" name="Email" onkeypress="return handleEnter(this,
> event)" size="76">
> </td>
> </tr>
>
>
> Here's the cdonts code:
>
> Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
> objCDOMail.To = "(E-Mail Removed)
> objCDOMail.CC = ?????????????
> objCDOMail.From = "(E-Mail Removed)"
> objCDOMail.Subject = "Confirming your posting on my Website"
> For Each item in FP_SavedFields
> strBody = strBody & item & ": " & FP_SavedFields(item) & VbCrLf
> Next
> objCDOMail.Body = strBody
> objCDOMail.BodyFormat = 0
> objCDOMail.MailFormat = 0
> objCDOMail.Send
> Set objCDOMail = Nothing
> %>
>
> Thanks!
>
> Ramondo
>
> "Thomas A. Rowe" wrote:
>
>> Here is the first result I got doing the search I indicated:
>>
>> http://digitalcolony.com/01/cdonts/
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Raymondo" <(E-Mail Removed)> wrote in message
>> news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
>> > Don't think I did not do a search before posting! But none of the responses
>> > helped.
>> >
>> > Perhaps someone else knows the answer and can help?
>> >
>> > Raymondo
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> In your IE address bar type:
>> >>
>> >> ? Sending Email with CDONTS
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> ==============================================
>> >> If you feel your current issue is a results of installing
>> >> a Service Pack or security update, please contact
>> >> Microsoft Product Support Services:
>> >> http://support.microsoft.com
>> >> If the problem can be shown to have been caused by a
>> >> security update, then there is usually no charge for the call.
>> >> ==============================================
>> >>
>> >> "Raymondo" <(E-Mail Removed)> wrote in message
>> >> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
>> >> > It must be easy... I am using cdonts to send a FP form to a database and also
>> >> > by email to myself.
>> >> >
>> >> > I would like to Cc it to the email field within the form so that a copy goes
>> >> > to that address as well. so the code would be:
>> >> >
>> >> > objCDOMail.Cc = ???????????
>> >> >
>> >> > Any ideas would be apreciated.
>> >> >
>> >> > Raymondo
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      25th Jan 2006
Thanks for your speedy reply, tried it but it did not seem to work. Sent an
email back to me (as before) but the Cc just had Email in the Cc address
line.

As the cdonts procedure is on a confirmation page and there is another form
within the confirmation page I guess it is getting confused. Do we need to
specify the form name and path?

Raymondo




> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Raymondo" <(E-Mail Removed)> wrote in message
> news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
> > Don't think I did not do a search before posting! But none of the responses
> > helped.
> >
> > Perhaps someone else knows the answer and can help?
> >
> > Raymondo
> >
> > "Thomas A. Rowe" wrote:
> >
> >> In your IE address bar type:
> >>
> >> ? Sending Email with CDONTS
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "Raymondo" <(E-Mail Removed)> wrote in message
> >> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
> >> > It must be easy... I am using cdonts to send a FP form to a database and also
> >> > by email to myself.
> >> >
> >> > I would like to Cc it to the email field within the form so that a copy goes
> >> > to that address as well. so the code would be:
> >> >
> >> > objCDOMail.Cc = ???????????
> >> >
> >> > Any ideas would be apreciated.
> >> >
> >> > Raymondo
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jan 2006
What page is the CDONTS code on the first page after the form is submitted or a later page?
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Raymondo" <(E-Mail Removed)> wrote in message
news:A3A57990-5528-4C7F-86CF-(E-Mail Removed)...
> Thanks for your speedy reply, tried it but it did not seem to work. Sent an
> email back to me (as before) but the Cc just had Email in the Cc address
> line.
>
> As the cdonts procedure is on a confirmation page and there is another form
> within the confirmation page I guess it is getting confused. Do we need to
> specify the form name and path?
>
> Raymondo
>
>
>
>
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Raymondo" <(E-Mail Removed)> wrote in message
>> news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
>> > Don't think I did not do a search before posting! But none of the responses
>> > helped.
>> >
>> > Perhaps someone else knows the answer and can help?
>> >
>> > Raymondo
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> In your IE address bar type:
>> >>
>> >> ? Sending Email with CDONTS
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> ==============================================
>> >> If you feel your current issue is a results of installing
>> >> a Service Pack or security update, please contact
>> >> Microsoft Product Support Services:
>> >> http://support.microsoft.com
>> >> If the problem can be shown to have been caused by a
>> >> security update, then there is usually no charge for the call.
>> >> ==============================================
>> >>
>> >> "Raymondo" <(E-Mail Removed)> wrote in message
>> >> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
>> >> > It must be easy... I am using cdonts to send a FP form to a database and also
>> >> > by email to myself.
>> >> >
>> >> > I would like to Cc it to the email field within the form so that a copy goes
>> >> > to that address as well. so the code would be:
>> >> >
>> >> > objCDOMail.Cc = ???????????
>> >> >
>> >> > Any ideas would be apreciated.
>> >> >
>> >> > Raymondo
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?UmF5bW9uZG8=?=
Guest
Posts: n/a
 
      25th Jan 2006
That would be the first page - the confirmation page that is mentioned in the
form properties.

"Thomas A. Rowe" wrote:

> What page is the CDONTS code on the first page after the form is submitted or a later page?
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Raymondo" <(E-Mail Removed)> wrote in message
> news:A3A57990-5528-4C7F-86CF-(E-Mail Removed)...
> > Thanks for your speedy reply, tried it but it did not seem to work. Sent an
> > email back to me (as before) but the Cc just had Email in the Cc address
> > line.
> >
> > As the cdonts procedure is on a confirmation page and there is another form
> > within the confirmation page I guess it is getting confused. Do we need to
> > specify the form name and path?
> >
> > Raymondo
> >
> >
> >
> >
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "Raymondo" <(E-Mail Removed)> wrote in message
> >> news:6A9F129E-4CEC-4CA9-B9BA-(E-Mail Removed)...
> >> > Don't think I did not do a search before posting! But none of the responses
> >> > helped.
> >> >
> >> > Perhaps someone else knows the answer and can help?
> >> >
> >> > Raymondo
> >> >
> >> > "Thomas A. Rowe" wrote:
> >> >
> >> >> In your IE address bar type:
> >> >>
> >> >> ? Sending Email with CDONTS
> >> >>
> >> >> --
> >> >> ==============================================
> >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> >> ==============================================
> >> >> If you feel your current issue is a results of installing
> >> >> a Service Pack or security update, please contact
> >> >> Microsoft Product Support Services:
> >> >> http://support.microsoft.com
> >> >> If the problem can be shown to have been caused by a
> >> >> security update, then there is usually no charge for the call.
> >> >> ==============================================
> >> >>
> >> >> "Raymondo" <(E-Mail Removed)> wrote in message
> >> >> news:8C453FD9-483B-43BA-B8D5-(E-Mail Removed)...
> >> >> > It must be easy... I am using cdonts to send a FP form to a database and also
> >> >> > by email to myself.
> >> >> >
> >> >> > I would like to Cc it to the email field within the form so that a copy goes
> >> >> > to that address as well. so the code would be:
> >> >> >
> >> >> > objCDOMail.Cc = ???????????
> >> >> >
> >> >> > Any ideas would be apreciated.
> >> >> >
> >> >> > Raymondo
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CDONTS to send e-mail results from FP form Reesa Marchetti Microsoft Frontpage 1 31st Aug 2006 03:17 AM
send email using c# without using CDONTS Mohammed Abdel-Razzak Microsoft C# .NET 11 23rd May 2004 08:06 PM
Send Email with CDonts and C# microsoft.public.dotnet.languages.csharp Microsoft C# .NET 2 20th Dec 2003 09:31 AM
Send ing Email with CDonts and C# Marty Microsoft Dot NET 1 20th Dec 2003 04:40 AM
Send Form Results to Email Address in Form Field Chad Easley Microsoft Frontpage 1 17th Jul 2003 04:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:18 PM.