473,830 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Email Challenge...

OK, here is what I am attempting.

I have an .asp page on our company intranet in which the user can key some
referral information. Upon submit, the data is transferred to an SQL
database and the user receives a confirmation of this submission. One of the
fields that the employee selects is the sales rep to receive the referral.

I would like to be able to send the rep an email with the information
entered by the employee so they can contact the client. I am using Frontpage
2002 and I am aware that this process is not available within Frontpage but I
believe it can be coded manually but I can't seem to find a good resource to
assist me in this process. Our web-server is running Windows Server 2003.

I believe this can be accomplished and I hope to get some direction. Any
help would be appreciated.

Thanks.
Sep 1 '06 #1
3 2012
=?Utf-8?B?S2VuIEQu?= wrote on 01 sep 2006 in
microsoft.publi c.inetserver.as p.general:
OK, here is what I am attempting.

I have an .asp page on our company intranet in which the user can key
some referral information. Upon submit, the data is transferred to an
SQL database and the user receives a confirmation of this submission.
One of the fields that the employee selects is the sales rep to
receive the referral.

I would like to be able to send the rep an email with the information
entered by the employee so they can contact the client. I am using
Frontpage 2002 and I am aware that this process is not available
within Frontpage but I believe it can be coded manually but I can't
seem to find a good resource to assist me in this process. Our
web-server is running Windows Server 2003.

I believe this can be accomplished and I hope to get some direction.
Any help would be appreciated.

Thanks.
Depending on the asp-email system you use it is just adding the "rep"'s
emailadress as a BCC

Using Jmail it is:

theRep = ""re*@yourcompa ny.com" ' [or the SQL execution equivalent]

JMail.AddRecipi entBCC theRep

CDO or CDONT will use a similat command, methinks.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sep 1 '06 #2
OK, not being a programmer by trade, I need a bit more information.

Say I use code something like this:

Set myMail=CreateOb ject("CDO.Messa ge")
myMail.Subject= "Something Here"
myMail.From="sy ******@domain.c om"
myMail.To="re*@ domain.com"
myMail.TextBody ="This is the information."
myMail.Send
set myMail=nothing

Where is it placed in the page and how is it called? Should it be in the
asp page that the employee enters data or generated when the confirmation
page loads?

Sorry about the confusion.

"Evertjan." wrote:
=?Utf-8?B?S2VuIEQu?= wrote on 01 sep 2006 in
microsoft.publi c.inetserver.as p.general:
OK, here is what I am attempting.

I have an .asp page on our company intranet in which the user can key
some referral information. Upon submit, the data is transferred to an
SQL database and the user receives a confirmation of this submission.
One of the fields that the employee selects is the sales rep to
receive the referral.

I would like to be able to send the rep an email with the information
entered by the employee so they can contact the client. I am using
Frontpage 2002 and I am aware that this process is not available
within Frontpage but I believe it can be coded manually but I can't
seem to find a good resource to assist me in this process. Our
web-server is running Windows Server 2003.

I believe this can be accomplished and I hope to get some direction.
Any help would be appreciated.

Thanks.

Depending on the asp-email system you use it is just adding the "rep"'s
emailadress as a BCC

Using Jmail it is:

theRep = ""re*@yourcompa ny.com" ' [or the SQL execution equivalent]

JMail.AddRecipi entBCC theRep

CDO or CDONT will use a similat command, methinks.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sep 1 '06 #3
=?Utf-8?B?S2VuIEQu?= wrote on 01 sep 2006 in
microsoft.publi c.inetserver.as p.general:
"Evertjan." wrote:
[..]
>>
Depending on the asp-email system you use it is just adding the
"rep"'s emailadress as a BCC

Using Jmail it is:

theRep = ""re*@yourcompa ny.com" ' [or the SQL execution equivalent]

JMail.AddRecip ientBCC theRep

CDO or CDONT will use a similar command, methinks.
[please do not toppost on usenet]
OK, not being a programmer by trade, I need a bit more information.

Say I use code something like this:

Set myMail=CreateOb ject("CDO.Messa ge")
myMail.Subject= "Something Here"
myMail.From="sy ******@domain.c om"
myMail.To="re*@ domain.com"
myMail.TextBody ="This is the information."
myMail.Send
set myMail=nothing
That was not what I suggested, I suggested to send rep a blind copy of
the mail the programme sends to te user.
Where is it placed in the page and how is it called? Should it be in
the asp page that the employee enters data or generated when the
confirmation page loads?

Sorry about the confusion.
The does and don'ts of CDO and CDONT are not my specialty, as I wrote.

However it seems you know nothing about planning an ASP based interactive
system, so I would suggest to you, as it seems a commercial undertaking,
to hire a programmer or the learn far more and become an ASP programmer
yourself in a few months.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sep 1 '06 #4

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

Similar topics

25
6519
by: Dynamo | last post by:
Hi The following script was taken from John Coggeshall's (PHP consultant) in his article on Zends site at http://www.zend.com/zend/spotlight/ev12apr.php // Get the email address to validate $email = $_POST // Use John Coggeshalls script to validate the email address if(!eregi("^+(\.+)*@+(\.+)*(\.{2,3})$", $email) { echo "The e-mail was not valid";
42
2996
by: Frank Buss | last post by:
I've setup a challenge, mainly for C++, Java and Lisp, but every other language is welcome: http://www.frank-buss.de/challenge/index.html There is nothing to win, but I hope there will be some interesting solutions at the end, so the win are the results :-) -- Frank Buß, fb@frank-buss.de
0
1217
by: Richard Jones | last post by:
The date for the second PyWeek challenge has been set: Sunday 26th March to Sunday 2nd April (00:00UTC to 00:00UTC). The PyWeek challenge invites entrants to write a game in one week from scratch either as an individual or in a team. Entries must be developed in Python, during the challenge, and must incorporate some theme chosen at the start of the challenge. REGISTRATION IS NOT YET OPEN --
0
1238
by: richard | last post by:
The date for the second PyWeek challenge has been set: Sunday 26th March to Sunday 2nd April (00:00UTC to 00:00UTC). The PyWeek challenge invites entrants to write a game in one week from scratch either as an individual or in a team. Entries must be developed in Python, during the challenge, and must incorporate some theme chosen at the start of the challenge. REGISTRATION IS NOW OPEN --
11
1677
by: CMM | last post by:
First let me say that maybe I'm having a "duh" moment and perhaps I'm missing something... but it seems to me that no one thing in the System.Collections namespace (even in .NET 2.0) even comes close to the still-useful-today VB intrinsic Collection. Here's the challenge (I know I'm totally missing something here).... Implement a full featured MRU (Most Recently Used) list using System.Collections. Use Case:
78
4653
by: wkehowski | last post by:
The python code below generates a cartesian product subject to any logical combination of wildcard exclusions. For example, suppose I want to generate a cartesian product S^n, n>=3, of that excludes '*a*b*' and '*c*d*a*'. See below for details. CHALLENGE: generate an equivalent in ruby, lisp, haskell, ocaml, or in a CAS like maple or mathematica. #------------------------------------------------------------------------------- # Short...
2
4708
by: donovan | last post by:
OK, so I know that there has been a lot of discussion on this topic, but none of the answers have been satisfactory. Therefore there seems to be only one thing to do: issue a challenge to all of the CSS gurus of the world to prove that CSS really can do what it claims to do. The challenge seems simple as first blush. We take a simple case of table-based layout: <table align="center" cellpadding="4">
3
1471
by: Thierry | last post by:
For those interested in <b>programming riddles</b>, I would like to announce a new programming challenge I'm just launching at http://software.challenge.googlepages.com This challenge is in its early stage and thus set to be continuously improved. I would be especially interested in your comments and feedbacks about this initiative and its relevance.
0
1340
by: Richard Jones | last post by:
The fifth PyWeek is only a month away. Come along and join the fun: write a video game in a week! There's some really interesting new libraries that have popped up recently. Have a gander on the pyweek message board for more info. REGISTRATION IS OPEN Visit the PyWeek website for more information:
80
3084
by: jacob navia | last post by:
Several people in this group argue that standard C is not portable since there are no compilers for it, etc. I propose this program in Standard C, that I have compiled in several OSes to test if this is actually true. My basic idea is to see which systems do not have a compiler that supports standard C. The program is designed to produce the sum of the natural integers up to a user provider argument. For instance
0
9642
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10770
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10481
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10199
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7741
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6948
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5616
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4409
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 we have to send another system
2
3956
muto222
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.