473,386 Members | 1,602 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.

ASP emails

Hi

I am new to dynamic web pages, and asp, and right now i am trying to set up
a simple web page, a feedback form, to test and learn from.

I have created two pages, and i am using a script called the dundas mailer.

I understand I need two pages a form page, and a confirmation page, which at
the same time procesesss the form, and sends it to my email.

I have one question,
Where do i specify the receiver of the form, i.e my email address?

I have saved my form page, http://www.tripakltd.com/dundasform.asp
the source code is saved as a text file
http://www.tripakltd.com/dundasform.txt

and my confirmation page http://www.tripakltd.com/confirm.asp
with it's source code http://www.tripakltd.com/confirm.txt

does anyone have a moment to show me, what i must change so the form will
post to my email address?

Thanks so much

Raphael
Jul 19 '05 #1
5 1510
see www.dundas.com on-line docs. be sure your provider support Dundas email.
Jul 19 '05 #2
'specify the recipient of this message
objEmail.TOs.Add "tr****@tripak.me.uk"
--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Raphael Gluck <so***@nospam.com> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
Hi

I am new to dynamic web pages, and asp, and right now i am trying to set up a simple web page, a feedback form, to test and learn from.

I have created two pages, and i am using a script called the dundas mailer.
I understand I need two pages a form page, and a confirmation page, which at the same time procesesss the form, and sends it to my email.

I have one question,
Where do i specify the receiver of the form, i.e my email address?

I have saved my form page, http://www.tripakltd.com/dundasform.asp
the source code is saved as a text file
http://www.tripakltd.com/dundasform.txt

and my confirmation page http://www.tripakltd.com/confirm.asp
with it's source code http://www.tripakltd.com/confirm.txt

does anyone have a moment to show me, what i must change so the form will
post to my email address?

Thanks so much

Raphael

Jul 19 '05 #3
Hi Steve

Sorry I had the wrong code posted,

I think it is this line

objMailer.TOs.Add strToName & "<" & strSubscriber & ">"

As I am still getting errors

Many thanks

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
'specify the recipient of this message
objEmail.TOs.Add "tr****@tripak.me.uk"
--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Raphael Gluck <so***@nospam.com> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
Hi

I am new to dynamic web pages, and asp, and right now i am trying to set up
a simple web page, a feedback form, to test and learn from.

I have created two pages, and i am using a script called the dundas

mailer.

I understand I need two pages a form page, and a confirmation page, which at
the same time procesesss the form, and sends it to my email.

I have one question,
Where do i specify the receiver of the form, i.e my email address?

I have saved my form page, http://www.tripakltd.com/dundasform.asp
the source code is saved as a text file
http://www.tripakltd.com/dundasform.txt

and my confirmation page http://www.tripakltd.com/confirm.asp
with it's source code http://www.tripakltd.com/confirm.txt

does anyone have a moment to show me, what i must change so the form

will post to my email address?

Thanks so much

Raphael


Jul 19 '05 #4
What sort of errors are you getting?, and as previously mentioned, are you
sure your server supports the components your trying to use? (and indeed,
has the component installed...?)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Raphael Gluck <so***@nospam.com> wrote in message
news:#7**************@TK2MSFTNGP09.phx.gbl...
Hi Steve

Sorry I had the wrong code posted,

I think it is this line

objMailer.TOs.Add strToName & "<" & strSubscriber & ">"

As I am still getting errors

Many thanks

"Steven Burn" <nobody@PVT_it-mate.co.uk> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
'specify the recipient of this message
objEmail.TOs.Add "tr****@tripak.me.uk"
--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Raphael Gluck <so***@nospam.com> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
Hi

I am new to dynamic web pages, and asp, and right now i am trying to
set
up
a simple web page, a feedback form, to test and learn from.

I have created two pages, and i am using a script called the dundas

mailer.

I understand I need two pages a form page, and a confirmation page,

which
at
the same time procesesss the form, and sends it to my email.

I have one question,
Where do i specify the receiver of the form, i.e my email address?

I have saved my form page, http://www.tripakltd.com/dundasform.asp
the source code is saved as a text file
http://www.tripakltd.com/dundasform.txt

and my confirmation page http://www.tripakltd.com/confirm.asp
with it's source code http://www.tripakltd.com/confirm.txt

does anyone have a moment to show me, what i must change so the form

will post to my email address?

Thanks so much

Raphael



Jul 19 '05 #5
Why not use CDONTS? If you're using ASP then the server bound to be IIS in
which case there's an even better chance that CDONTS will be available as a
service.

Martin

"Maarten" <no****@pandora.be> wrote in message
news:fk*********************@phobos.telenet-ops.be...
see www.dundas.com on-line docs. be sure your provider support Dundas email.

Jul 19 '05 #6

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

Similar topics

5
by: simonc | last post by:
I've been programming in assembler and C/C++ for a number of years, but I'm only just starting down the road of PHP & MYSQL. I have a couple of questions: (1) Before I start writing my own...
1
by: dan glenn | last post by:
I'm creating HTML emails from a PHP site and sending them out to an email list (just about 40 people so far are on this list). I've tested and confirmed that these emails work in yahoo.com's...
0
by: Thomas Mandelid | last post by:
A client I`m working for want to be able to send multiple emails to customers of their own. I have developed a simple app to accomplish this, but the application has a few flaws and I`m looking for...
4
by: ItsMe | last post by:
Dear All, I'm getting junk email with around 140-150 kb almost everyday and it my mailbox is getting full and this emails are full of virus effected attachments. And I'm getting these emails...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
5
by: sck10 | last post by:
Hello, I am working on a new project where I need to: 1. open an email and then create an xml file from the email 2. open the xml file and parse the information. I would like to be able to do...
5
by: Jai | last post by:
Hi, I am in a problem of sending mass emails(newsletter) to my website members. Actually my problem is this: I want to send newsletter to my website members. But I had given a facility for...
2
by: =?Utf-8?B?RGFuY2Vy?= | last post by:
Hi, I was attempting to check my new incoming emails through Outlook Express (I have Windows 98, 2nd Edition). My computer seemed to be having a problem accessing and opening the emails, and the...
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
0
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, My company will be hosting a webcast, and I need to send out 2000 individual emails to people who signed up (for login information...). I created an smtp app that I can loop through...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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.