![]() |
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 |
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 > > |
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 >> >> > > |
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 > >> > >> > > > > > > |
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.