Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Missing CDONTS property

Reply
Thread Tools

Missing CDONTS property

 
 
RICHARD BROMBERG
Guest
Posts: n/a
 
      04-01-2005
I am using CDONTS in an ASP program to accept input from a Form and send an
E-mail.
The form includes the following as well as some other information :
From (the name of the sender)
To ( the name of the recipient)
From E-Mail ( the senders E-Mail Address i.e. the Reply to address)
To E-Mail ( The recipient's E-Mail Address )

I am having trouble with two properties.
What property do I use to set the From (the name of the sender) ?
What property do I use to set the From E-Mail ( the senders E-Mail Address
i.e. the Reply to address) ?

Thanks


 
Reply With Quote
 
 
 
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      04-01-2005
STOP USING CDONTS!
http://www.aspfaq.com/2026

--
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.




"RICHARD BROMBERG" <> wrote in message
news:Q2c3e.497526$...
> I am using CDONTS in an ASP program to accept input from a Form and send

an
> E-mail.
> The form includes the following as well as some other information :
> From (the name of the sender)
> To ( the name of the recipient)
> From E-Mail ( the senders E-Mail Address i.e. the Reply to address)
> To E-Mail ( The recipient's E-Mail Address )
>
> I am having trouble with two properties.
> What property do I use to set the From (the name of the sender) ?
> What property do I use to set the From E-Mail ( the senders E-Mail

Address
> i.e. the Reply to address) ?
>
> Thanks
>
>



 
Reply With Quote
 
 
 
 
RICHARD BROMBERG
Guest
Posts: n/a
 
      04-01-2005
I am converting a very large program and for the moment I must keep using
CDONTS.
After I clean up the bigger problems I will recode from CDONTS to CDO , but
for the moment all I need is a quick patch job.

Thanks

"Aaron [SQL Server MVP]" <> wrote in message
news:emJuY$...
> STOP USING CDONTS!
> http://www.aspfaq.com/2026
>
> --
> Please post DDL, sample data and desired results.
> See http://www.aspfaq.com/5006 for info.
>
>
>
>
> "RICHARD BROMBERG" <> wrote in message
> news:Q2c3e.497526$...
>> I am using CDONTS in an ASP program to accept input from a Form and send

> an
>> E-mail.
>> The form includes the following as well as some other information :
>> From (the name of the sender)
>> To ( the name of the recipient)
>> From E-Mail ( the senders E-Mail Address i.e. the Reply to address)
>> To E-Mail ( The recipient's E-Mail Address )
>>
>> I am having trouble with two properties.
>> What property do I use to set the From (the name of the sender) ?
>> What property do I use to set the From E-Mail ( the senders E-Mail

> Address
>> i.e. the Reply to address) ?
>>
>> Thanks
>>
>>

>
>



 
Reply With Quote
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      04-01-2005
I'm confused. How could your "very large program" even be working, if you
don't have the from and to properties set up correctly?

--
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.




"RICHARD BROMBERG" <> wrote in message
news:N_c3e.497804$...
> I am converting a very large program and for the moment I must keep using
> CDONTS.
> After I clean up the bigger problems I will recode from CDONTS to CDO ,

but
> for the moment all I need is a quick patch job.
>
> Thanks
>
> "Aaron [SQL Server MVP]" <> wrote in message
> news:emJuY$...
> > STOP USING CDONTS!
> > http://www.aspfaq.com/2026
> >
> > --
> > Please post DDL, sample data and desired results.
> > See http://www.aspfaq.com/5006 for info.
> >
> >
> >
> >
> > "RICHARD BROMBERG" <> wrote in message
> > news:Q2c3e.497526$...
> >> I am using CDONTS in an ASP program to accept input from a Form and

send
> > an
> >> E-mail.
> >> The form includes the following as well as some other information :
> >> From (the name of the sender)
> >> To ( the name of the recipient)
> >> From E-Mail ( the senders E-Mail Address i.e. the Reply to

address)
> >> To E-Mail ( The recipient's E-Mail Address )
> >>
> >> I am having trouble with two properties.
> >> What property do I use to set the From (the name of the sender) ?
> >> What property do I use to set the From E-Mail ( the senders E-Mail

> > Address
> >> i.e. the Reply to address) ?
> >>
> >> Thanks
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
RICHARD BROMBERG
Guest
Posts: n/a
 
      04-01-2005
AAron

It works fine.

I can set the Reply To part of the E-mail from the "From E-Mail" field in
the Form,,
but I can't set the From part of the E-mail from the "From" field in the
Form .

As a result the recipient can see the sender's e-mail address (and reply to
it), but the recipient can't see the Sender's name.


I extracted the part of the site that deals with sending E-Mail and
published it to:

http://www.dickbrom.com/aspsend/index.htm

As you can see it works pretty good, but I want to make it work right.






"Aaron [SQL Server MVP]" <> wrote in message
news:...
> I'm confused. How could your "very large program" even be working, if you
> don't have the from and to properties set up correctly?
>
> --
> Please post DDL, sample data and desired results.
> See http://www.aspfaq.com/5006 for info.
>
>
>
>
> "RICHARD BROMBERG" <> wrote in message
> news:N_c3e.497804$...
>> I am converting a very large program and for the moment I must keep
>> using
>> CDONTS.
>> After I clean up the bigger problems I will recode from CDONTS to CDO ,

> but
>> for the moment all I need is a quick patch job.
>>
>> Thanks
>>
>> "Aaron [SQL Server MVP]" <> wrote in message
>> news:emJuY$...
>> > STOP USING CDONTS!
>> > http://www.aspfaq.com/2026
>> >
>> > --
>> > Please post DDL, sample data and desired results.
>> > See http://www.aspfaq.com/5006 for info.
>> >
>> >
>> >
>> >
>> > "RICHARD BROMBERG" <> wrote in message
>> > news:Q2c3e.497526$...
>> >> I am using CDONTS in an ASP program to accept input from a Form and

> send
>> > an
>> >> E-mail.
>> >> The form includes the following as well as some other information :
>> >> From (the name of the sender)
>> >> To ( the name of the recipient)
>> >> From E-Mail ( the senders E-Mail Address i.e. the Reply to

> address)
>> >> To E-Mail ( The recipient's E-Mail Address )
>> >>
>> >> I am having trouble with two properties.
>> >> What property do I use to set the From (the name of the sender) ?
>> >> What property do I use to set the From E-Mail ( the senders E-Mail
>> > Address
>> >> i.e. the Reply to address) ?
>> >>
>> >> Thanks
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
TableCell: BackColor Property But No BackGround Property? Nathan Sokalski ASP .Net 1 04-29-2006 10:09 PM
DataBinder.Eval for an object's property property... like Eval(Container.DataItem,"Version.Major") Eric Newton ASP .Net 3 04-04-2005 10:11 PM
Set CSS property equal to another CSS property? Noozer HTML 10 10-13-2004 09:20 PM
Is there a way to set the a CSS property to be explicitly the same as another CSS property? Joshua Beall HTML 1 12-10-2003 07:21 PM
CDONTS object missing eddie wang ASP .Net 2 07-25-2003 07:07 AM



Advertisments