Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Missing CDONTS property (http://www.velocityreviews.com/forums/t798397-missing-cdonts-property.html)

RICHARD BROMBERG 04-01-2005 01:31 PM

Missing CDONTS property
 
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



Aaron [SQL Server MVP] 04-01-2005 01:36 PM

Re: Missing CDONTS property
 
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" <dickbrom@worldnet.att.net> wrote in message
news:Q2c3e.497526$w62.116055@bgtnsc05-news.ops.worldnet.att.net...
> 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
>
>




RICHARD BROMBERG 04-01-2005 02:35 PM

Re: Missing CDONTS property
 
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]" <ten.xoc@dnartreb.noraa> wrote in message
news:emJuY$rNFHA.3220@TK2MSFTNGP14.phx.gbl...
> 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" <dickbrom@worldnet.att.net> wrote in message
> news:Q2c3e.497526$w62.116055@bgtnsc05-news.ops.worldnet.att.net...
>> 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
>>
>>

>
>




Aaron [SQL Server MVP] 04-01-2005 02:52 PM

Re: Missing CDONTS property
 
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" <dickbrom@worldnet.att.net> wrote in message
news:N_c3e.497804$w62.341574@bgtnsc05-news.ops.worldnet.att.net...
> 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]" <ten.xoc@dnartreb.noraa> wrote in message
> news:emJuY$rNFHA.3220@TK2MSFTNGP14.phx.gbl...
> > 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" <dickbrom@worldnet.att.net> wrote in message
> > news:Q2c3e.497526$w62.116055@bgtnsc05-news.ops.worldnet.att.net...
> >> 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
> >>
> >>

> >
> >

>
>




RICHARD BROMBERG 04-01-2005 03:37 PM

Re: Missing CDONTS property
 
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]" <ten.xoc@dnartreb.noraa> wrote in message
news:ew6QIqsNFHA.3512@TK2MSFTNGP15.phx.gbl...
> 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" <dickbrom@worldnet.att.net> wrote in message
> news:N_c3e.497804$w62.341574@bgtnsc05-news.ops.worldnet.att.net...
>> 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]" <ten.xoc@dnartreb.noraa> wrote in message
>> news:emJuY$rNFHA.3220@TK2MSFTNGP14.phx.gbl...
>> > 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" <dickbrom@worldnet.att.net> wrote in message
>> > news:Q2c3e.497526$w62.116055@bgtnsc05-news.ops.worldnet.att.net...
>> >> 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
>> >>
>> >>
>> >
>> >

>>
>>

>
>





All times are GMT. The time now is 10:22 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57