creating an SMTP email messsage via a web form  | |
March 4th, 2002, 02:21 PM
|
#1 (permalink)
| | addicted
Join Date: Oct 2001 Location: Ohio
Posts: 6,103
| creating an SMTP email messsage via a web form
I have about 40 alpha-numeric pagers that I have email addresses for.
I want to create a HTML page to allow the user to pick a pager recipient and then enter the message, then press SEND to have it sent to the pager's email address.
One requirement, the user workstations can not be configured via Outlook, or OE, to point to an SMTP server.
The message should be generated to use the webserver to sent the message to my SMTP server. SMTP services can probably be added to the web server if needed.
Any suggestions? |
| |
March 4th, 2002, 09:57 PM
|
#2 (permalink)
| | Banned
Join Date: Oct 2001
Posts: 447
|
this can't be done client/workstation side in HTML. Quote: |
The message should be generated to use the webserver to sent the message to my SMTP server. SMTP services can probably be added to the web server if needed.
| What scripting does your webserver (appserver) support, as it will need to be doen server side? |
| |
March 4th, 2002, 10:26 PM
|
#3 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,399
|
What about OWA?
If you're using MS Exchange it comes with IE5.5 (service pack something?)
It wouldn't be JUST for pagers, but could be done that way...
If Outlook is installed on the server machine, you maybe able to write some vbs/CDO on the server side...
Make a simple form that has their alias name, and password then a box for the smtp address, and a box for the messsage to be sent..
Insecure as hell though  lol
or you could lock it up a LITTLE more...
You could have a front page LIKE Outlook web access where it first asks for alias, and then username/password to get to the pager interface...
wont need SMTP to do this, but will need outlook setup with exchange. (no profiles are necessary)
Hmm if you can find another method to install CDO may not even need Outlook.
__________________
Helicopters don't fly; they vibrate so much and make so much noise that the earth rejects them.
|
| |
March 5th, 2002, 10:09 AM
|
#4 (permalink)
| | addicted
Join Date: Oct 2001 Location: Ohio
Posts: 6,103
| Quote: |
What scripting does your webserver (appserver) support, as it will need to be doen server side?
| I'm not sure. It is a Netscape Fasttrak Enterprise server I believe. What scripting do I need? Quote: Not using a Microsoft server, don't use Exchange, and don't want to. Otherwise, I think the FrontPage extensions would have worked for this. |
| |
March 5th, 2002, 05:42 PM
|
#5 (permalink)
| | Banned
Join Date: Oct 2001
Posts: 447
|
This one? http://netbusiness.netscape.com/fast_track/ftstatus.psp
Not sure what *.psp is? But it shore is scripting...
What does netscape say?
One way, the Enterprise Server supports java, so create a java app that sends email (i've done this), call java from psp page that reads html form input. |
| |
March 5th, 2002, 06:00 PM
|
#6 (permalink)
| | addicted
Join Date: Oct 2001 Location: Ohio
Posts: 6,103
|
Here is the supported scripting.... Server-Side JavaScript, PERL NetBasic, and LCGI.
It is actually a NetWare Enterprise Web Server (didn't upgrade to the Netscape Enterprise version on the maching I wish to setup this up on).
Also see http://support.novell.com/cgi-bin/se...?/10062553.htm |
| |
March 6th, 2002, 12:57 AM
|
#7 (permalink)
| | Banned
Join Date: Oct 2001
Posts: 447
| |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |