473,386 Members | 1,644 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

CDOSYS forms

My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too diffucult
for me. I can make a script for the normal input for email forms but I want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel
Dec 28 '06 #1
12 2182

"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..
My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too
diffucult
for me. I can make a script for the normal input for email forms but I
want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel

http://www.google.co.uk/search?hl=en...e+Search&meta=

--
Mike Brind
Dec 28 '06 #2
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel
"Mike Brind" <pa*******@hotmail.comschreef in bericht
news:uf**************@TK2MSFTNGP03.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..
My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too
diffucult
for me. I can make a script for the normal input for email forms but I
want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel

http://www.google.co.uk/search?hl=en...e+Search&meta=

--
Mike Brind


Dec 28 '06 #3

http://www.powerasp.com/content/new/...ail_cdosys.asp

http://www.powerasp.com/content/new/...ing_cdosys.asp
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..
My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too
diffucult
for me. I can make a script for the normal input for email forms but I
want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel


Dec 28 '06 #4

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel
No kidding?

The first link on google shows what you need.

Dec 28 '06 #5
If you can't be bothered, hire a programmer, mate.

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel
"Mike Brind" <pa*******@hotmail.comschreef in bericht
news:uf**************@TK2MSFTNGP03.phx.gbl...
>>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl ...
My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I
could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too
diffucult
for me. I can make a script for the normal input for email forms but I
want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel


http://www.google.co.uk/search?hl=en...e+Search&meta=

--
Mike Brind



Dec 28 '06 #6

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel

No kidding?

The first link on google shows what you need.
Thanks
the first item of the link that was given by Mike gives scrips that sends a
message from the webmaster. ("This is the body" in this case)
I do not understand why these examples should be useful for me
Dec 29 '06 #7

"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..
>
"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...
>>
"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.n l...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel

No kidding?

The first link on google shows what you need.

Thanks
the first item of the link that was given by Mike gives scrips that sends
a
message from the webmaster. ("This is the body" in this case)
I do not understand why these examples should be useful for me

If you give us the source of one of your forms, maybe somebody would program
that for you, for free.
It is not difficult at all. Be sure.

If your ISP revoked CDONTS, it would have been very kind of them to provide
conversion samples.

If the code below really does not help you, you can hire a programmer. You
can hire me.

Public Sub SendMail(vFrom, vTo, vSubject, vCc)
Dim cdoConfig, mail, sch
Set cdoConfig = CreateObject("CDO.Configuration")
Set mail = CreateObject("CDO.Message")

sch = "http://schemas.microsoft.com/cdo/configuration/"
with cdoConfig.fields
.item(sch + "sendpassword").value ="piet1234_"
.item(sch + "sendusername").value = "yourmailaddresscomeshere"
.item(sch + "smtpauthenticate").value = 1 'cdoBasic
.item(sch + "sendusing").value = 2 'cdoSendUsingPort
.item(sch + "smtpserver").value = "the IP or hostname of your SMTP
server here"
.Update()
End With
Set mail.Configuration = cdoConfig
If IsArray(vSubject) Then
mail.Subject = vSubject(0)
mail.TextBody = vSubjEct(1)
Else
mail.Subject = Left(vSubject, 255)
mail.TextBody = vSubject
End If
mail.to = vTo
mail.From = vFrom
If not isempty(vCc) Then mail.Cc = vCc

mail.Send
End Sub
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Dec 29 '06 #8

"Kyle Peterson" <ky****@gmail.comschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
>
http://www.powerasp.com/content/new/...ail_cdosys.asp

http://www.powerasp.com/content/new/...ing_cdosys.asp
>

"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..
My provider removed suddenly the CDONTS from the server. Now I have to
change my forms and I have to use the CDOSYS functionaltity

Till now I used one script that could do the work with one page. I could
send all my forms to that page and this page conveyed all the input by
email.

Now I want to make a script that can do the same job. This is too
diffucult
for me. I can make a script for the normal input for email forms but I
want
to use forms with far more variables than To, From, Message, etc..

Can someone show me the way to an example of such a script?
Thanks in advance
Marcel
Thanks Kyle but it is not what I am looking for. I think Mike is right. I
have to hire a programmer.
Thanks anyway.
Dec 29 '06 #9

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:%2***************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel


No kidding?

The first link on google shows what you need.
Thanks
the first item of the link that was given by Mike gives scrips that
sends
a
message from the webmaster. ("This is the body" in this case)
I do not understand why these examples should be useful for me


If you give us the source of one of your forms, maybe somebody would
program
that for you, for free.
It is not difficult at all. Be sure.

If your ISP revoked CDONTS, it would have been very kind of them to
provide
conversion samples.

If the code below really does not help you, you can hire a programmer. You
can hire me.

Public Sub SendMail(vFrom, vTo, vSubject, vCc)
Dim cdoConfig, mail, sch
Set cdoConfig = CreateObject("CDO.Configuration")
Set mail = CreateObject("CDO.Message")

sch = "http://schemas.microsoft.com/cdo/configuration/"
with cdoConfig.fields
.item(sch + "sendpassword").value ="piet1234_"
.item(sch + "sendusername").value = "yourmailaddresscomeshere"
.item(sch + "smtpauthenticate").value = 1 'cdoBasic
.item(sch + "sendusing").value = 2 'cdoSendUsingPort
.item(sch + "smtpserver").value = "the IP or hostname of your SMTP
server here"
.Update()
End With
Set mail.Configuration = cdoConfig
If IsArray(vSubject) Then
mail.Subject = vSubject(0)
mail.TextBody = vSubjEct(1)
Else
mail.Subject = Left(vSubject, 255)
mail.TextBody = vSubject
End If
mail.to = vTo
mail.From = vFrom
If not isempty(vCc) Then mail.Cc = vCc

mail.Send
End Sub
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Thanks Egbert
I will try your script immediately and I'll let you know
Marcel
>

Dec 29 '06 #10

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:%2***************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel

>
Public Sub SendMail(vFrom, vTo, vSubject, vCc)
Dim cdoConfig, mail, sch
Set cdoConfig = CreateObject("CDO.Configuration")
Set mail = CreateObject("CDO.Message")

sch = "http://schemas.microsoft.com/cdo/configuration/"
with cdoConfig.fields
.item(sch + "sendpassword").value ="piet1234_"
.item(sch + "sendusername").value = "yourmailaddresscomeshere"
.item(sch + "smtpauthenticate").value = 1 'cdoBasic
.item(sch + "sendusing").value = 2 'cdoSendUsingPort
.item(sch + "smtpserver").value = "the IP or hostname of your SMTP
server here"
.Update()
End With
Set mail.Configuration = cdoConfig
If IsArray(vSubject) Then
mail.Subject = vSubject(0)
mail.TextBody = vSubjEct(1)
Else
mail.Subject = Left(vSubject, 255)
mail.TextBody = vSubject
End If
mail.to = vTo
mail.From = vFrom
If not isempty(vCc) Then mail.Cc = vCc

mail.Send
End Sub
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Egbert

I saw that in this script my password is required and I think that' s too
dagerous. The script is not entirely what I meant because it only deals with
the usual parts of an email message (To, From etc.). I have the impression
that the script does not deal with other input fields. I am looking for an
example that sends the input from a simple form to my emailadres. Example
fields are; Name, Email, BrandCar. Build, Color; CNumber, Location, etc. I
want the input from this fields in the email.

In the past I found a provider (which is not mine) that gave an example for
this purpose but it was with CDONTS. I could use as many variables as I
wanted, the script could handle everything. My own provider removed CDONTS
unexpectedly. It does not offer examples att all. I tried many examples from
the internet but not one of them can do what I need.
I have to look a little further I suppose.
Thanks for your help
Marcel
Dec 29 '06 #11
Basr,

People spoon fed you the info you need and you still don't get it.
It is the info you need.

You don't understand code so what makes you think you have any business
deciding what is secure or not. It's real simple. Using CDOSYS you can add
as much info to the email code as you like. It's like an ice cream at the
local stand. You order it the way you want. If you want sprinkles you frigin
order them, the same as if you want to attach a file to the email or add a
bcc. It is just lines of code you add. As for any other fields you have they
HAVE JACK to do with the functionality of the email sending code. You
obviously have to take the information you have and prep it to be used in
the body of the email. You build a string. It's basic stuff. As for sending
an email using POP3 SMTP Authentication make a special email account jsut
for that if you are worried about the email password being used in the code.

arrrgggg...

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
>
"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:%2***************@TK2MSFTNGP02.phx.gbl...
>>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl ...
>
"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.n l...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel


>>
Public Sub SendMail(vFrom, vTo, vSubject, vCc)
Dim cdoConfig, mail, sch
Set cdoConfig = CreateObject("CDO.Configuration")
Set mail = CreateObject("CDO.Message")

sch = "http://schemas.microsoft.com/cdo/configuration/"
with cdoConfig.fields
.item(sch + "sendpassword").value ="piet1234_"
.item(sch + "sendusername").value = "yourmailaddresscomeshere"
.item(sch + "smtpauthenticate").value = 1 'cdoBasic
.item(sch + "sendusing").value = 2 'cdoSendUsingPort
.item(sch + "smtpserver").value = "the IP or hostname of your SMTP
server here"
.Update()
End With
Set mail.Configuration = cdoConfig
If IsArray(vSubject) Then
mail.Subject = vSubject(0)
mail.TextBody = vSubjEct(1)
Else
mail.Subject = Left(vSubject, 255)
mail.TextBody = vSubject
End If
mail.to = vTo
mail.From = vFrom
If not isempty(vCc) Then mail.Cc = vCc

mail.Send
End Sub
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm


Egbert

I saw that in this script my password is required and I think that' s too
dagerous. The script is not entirely what I meant because it only deals
with
the usual parts of an email message (To, From etc.). I have the impression
that the script does not deal with other input fields. I am looking for an
example that sends the input from a simple form to my emailadres. Example
fields are; Name, Email, BrandCar. Build, Color; CNumber, Location, etc. I
want the input from this fields in the email.

In the past I found a provider (which is not mine) that gave an example
for
this purpose but it was with CDONTS. I could use as many variables as I
wanted, the script could handle everything. My own provider removed CDONTS
unexpectedly. It does not offer examples att all. I tried many examples
from
the internet but not one of them can do what I need.
I have to look a little further I suppose.
Thanks for your help
Marcel



Dec 29 '06 #12
Allright

I think I have to study asp a little bit more. My knowledge of ASP is poor
but I could understand the script with the CDONTS code. If the examples that
were given in this thread do the same thing, than there's realy something
wrong with my conception of CDOSYS. I think I have to buy a good book that
explains it all.
It was not my intension to be ungrateful to you or other persons who tried
to help me. I am sorry if I gave that impression.

Thanks all
Marcel
"Kyle Peterson" <ky*****@hotmail.comschreef in bericht
news:el**************@TK2MSFTNGP04.phx.gbl...
Basr,

People spoon fed you the info you need and you still don't get it.
It is the info you need.

You don't understand code so what makes you think you have any business
deciding what is secure or not. It's real simple. Using CDOSYS you can add
as much info to the email code as you like. It's like an ice cream at the
local stand. You order it the way you want. If you want sprinkles you
frigin
order them, the same as if you want to attach a file to the email or add a
bcc. It is just lines of code you add. As for any other fields you have
they
HAVE JACK to do with the functionality of the email sending code. You
obviously have to take the information you have and prep it to be used in
the body of the email. You build a string. It's basic stuff. As for
sending
an email using POP3 SMTP Authentication make a special email account jsut
for that if you are worried about the email password being used in the
code.
>
arrrgggg...

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef in
bericht news:%2***************@TK2MSFTNGP02.phx.gbl...
>
"Basr" <mo****@hetnet.nlwrote in message
news:45**********************@text.nova.planet.nl. ..

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.invalidschreef
in
bericht news:um*************@TK2MSFTNGP02.phx.gbl...

"Basr" <mo****@hetnet.nlwrote in message
news:45***********************@text.nova.planet.nl ...
Thanks Mike, it will take six weeks to find what I'm looking for!

Marcel


>
Public Sub SendMail(vFrom, vTo, vSubject, vCc)
Dim cdoConfig, mail, sch
Set cdoConfig = CreateObject("CDO.Configuration")
Set mail = CreateObject("CDO.Message")

sch = "http://schemas.microsoft.com/cdo/configuration/"
with cdoConfig.fields
.item(sch + "sendpassword").value ="piet1234_"
.item(sch + "sendusername").value = "yourmailaddresscomeshere"
.item(sch + "smtpauthenticate").value = 1 'cdoBasic
.item(sch + "sendusing").value = 2 'cdoSendUsingPort
.item(sch + "smtpserver").value = "the IP or hostname of your
SMTP
server here"
.Update()
End With
Set mail.Configuration = cdoConfig
If IsArray(vSubject) Then
mail.Subject = vSubject(0)
mail.TextBody = vSubjEct(1)
Else
mail.Subject = Left(vSubject, 255)
mail.TextBody = vSubject
End If
mail.to = vTo
mail.From = vFrom
If not isempty(vCc) Then mail.Cc = vCc

mail.Send
End Sub
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Egbert

I saw that in this script my password is required and I think that' s
too
dagerous. The script is not entirely what I meant because it only deals
with
the usual parts of an email message (To, From etc.). I have the
impression
that the script does not deal with other input fields. I am looking for
an
example that sends the input from a simple form to my emailadres.
Example
fields are; Name, Email, BrandCar. Build, Color; CNumber, Location, etc.
I
want the input from this fields in the email.

In the past I found a provider (which is not mine) that gave an example
for
this purpose but it was with CDONTS. I could use as many variables as I
wanted, the script could handle everything. My own provider removed
CDONTS
unexpectedly. It does not offer examples att all. I tried many examples
from
the internet but not one of them can do what I need.
I have to look a little further I suppose.
Thanks for your help
Marcel



Dec 29 '06 #13

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

Similar topics

1
by: Paxton | last post by:
Is it necessary to set field configurations for CDOSYS? I have yet to recode all my existing uses of CDONTS over to CDOSYS. In most of the sample code I've seen on the usual ASP sites, there is...
14
by: Neil Ginsberg | last post by:
I am using VBA/Access to send SMTP mail using CDO. I set a reference to "Microsoft CDO for Windows 2000 Library" (cdosys.dll). Everything works fine, both on my PC and on another PC. However, on...
24
by: Manuel | last post by:
Is it possible to embed an image, like a company logo in a CDOSYS generated message? If yes, I´ll apreciate some code sample. I´ve been able to format messages in html the way I like, but I...
1
by: jinimg | last post by:
How will use CDOSYS technology in sending email forms in asp
8
by: Akbur | last post by:
Dear all, I'm having major issues sending an email from my ASP.NET app. I'm getting a "Could not create 'CDO.Message' object". When I did a search for cdosys.dll in \win_location\system32, I...
0
by: david220 | last post by:
hi once members sign up to my site they get sent an email which contains there username/password which they enter on a sign up form. Once they've signed up the email is automatically sent using...
2
by: mister-Ed | last post by:
Trying to use cdosys mail, but this is giving me an "no such object" error. the hosting company is not much help, but their list of components offered does include cdosys mail: <form...
1
by: worldofrugs | last post by:
I'm hosted on a shared server with Godaddy.com... I have several forms on my website that all use the same ASP file to send out my forms.. It worked fine for a long time, but now the forms send to...
9
by: paulmitchell507 | last post by:
I have a file called email2.asp which I am using to mail data obtained from a SQL query. I would like to pass the holiday_ID value in the querystring attached to the end of the URL. It all works...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.