473,473 Members | 1,488 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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
Jul 22 '05 #1
4 1431
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" <di******@worldnet.att.net> wrote in message
news:Q2*********************@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

Jul 22 '05 #2
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]" <te*****@dnartreb.noraa> wrote in message
news:em**************@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" <di******@worldnet.att.net> wrote in message
news:Q2*********************@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


Jul 22 '05 #3
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" <di******@worldnet.att.net> wrote in message
news:N_*********************@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]" <te*****@dnartreb.noraa> wrote in message
news:em**************@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" <di******@worldnet.att.net> wrote in message
news:Q2*********************@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



Jul 22 '05 #4
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]" <te*****@dnartreb.noraa> wrote in message
news:ew**************@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" <di******@worldnet.att.net> wrote in message
news:N_*********************@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]" <te*****@dnartreb.noraa> wrote in message
news:em**************@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" <di******@worldnet.att.net> wrote in message
> news:Q2*********************@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
>>
>>
>
>



Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kyle Pula | last post by:
I am using CDONTS to send email from an ASP script. Attached to each of these emails is a 34K PDF file. 90% of the time the file arrives intact. 10% of the time, however, users are unable to...
2
by: Yan | last post by:
Hi everyone, I got a little problem while sending HTML e-mails with CDONTS. I generate my e-mail body without problems into a string variable. When I display it to the browser via a...
1
by: Eric Caron | last post by:
Hi all, I have a page that lets the users make contact groups and send an email to them. I have a form that lets the user enter the details of his message including his full name and his email...
8
by: Boris | last post by:
Could someone please tell me if I can use CDONTS in W 2003 Server environment to send emails the same way it is used in W2K Server. I have heard that CDONTS is no longer available in W 2003 Server...
2
by: Jammer | last post by:
Can someone give me some sample code to use CDONTS.new to send email with an attachment? I've got sample code from the following website; ...
0
by: FloriZ | last post by:
Does anyone know how to install CDONTS for Windows NT 4 Workstation? My application is sending e-Mails using System.Web.Mail.SmtpMail. On a computer running NT 4.0 SP6a, we get the exception...
16
by: tshad | last post by:
I have both cdosys.dll and cdonts.dll on my W2K3 server. We have been told by our web authors that their asp code won't work on our machine and that we don't have CDONTS installed on our machine....
2
by: eddie wang | last post by:
The server missing CDONTS object. Where to download? Thanks. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
7
by: Paul | last post by:
I have just started work on a system using CDONTS to mail out. Whilst this is fine on the server, my local development machine is using XP Pro with IIS5.1 installed. Is there a way I can get the...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.