|
Posted by Adrienne on 07/14/05 00:53
Gazing into my crystal ball I observed Tim <bog@off.com> writing in
news:TNfBe.1958$Cr5.1466@newsfe4-gui.ntli.net:
> I want to produce a web form that will sit on a standard windows
> server, the user will load the page via a short cut and once they have
> filled in the form they will hit submit which will e-mail it to a
> certain e-mail account which will be picked up by our own internal
> e-mail server. It will then forward the e-mail to a internal e-mail
> address.
>
> I can write the form part ok but I don't know how to set up the
> e-mailing part, we have out own e-mail server but its just pointing it
> to our internal e-mail server I can't work out. Can it be done without
> the need of php, asp, java etc. and done with plain html??
>
> Tim
>
>
It depends on what scripting language you are using, and what, if any, mail
component you are using.
If I were doing this, I would have the form post to itself, and send mail
from that page, eg. mail.to = "mary@example.com". Your server would then
be responsible for forwarding mail in Mary's box to John's box.
I suggest you contact a group for your kind of server, or for the language
you will be using.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|