Ask a Question related to PHP Development, Design and Development.
-
form based mail on Sambar Server
I have a Sambar 6.0 servr setup and running fine. Using outlook express, I
can send and receive mails, so I know the services are running fine.
I have tried to implement some of the small tutorials for the sending of an
email from a form, and I cannot get it to work.
Is ther something special I need to do with a sendmail.pl or a formmail.pl
? I don't even know where these files are supposed to be located.
Thanks
Michael
Guest
-
Setting up CF mail server to connect to ISP mail server
I would like to setup a testing evironment and use my ISP's mail server to test and create CF mail applications. When I tried connecting to the... -
CFMX and Sambar
I'm trying to upgrade from CF4.5 to CF6.1 using the sambar webserver. It looks like things have changed a bit. Is there any support for sambar, or... -
Populate form values based on previous same form fields
This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time... -
authenticate win32 form client with form based authentication web services
(Type your message here) -------------------------------- From: kitchai yong Hi, Can you tell me how i authenticate the win32 form client... -
Web Based PGP Mail
This isn't spamming. I'm posting this as it is really helpful (I hope) for people / etc who PGP Sign email(s) to Nominet UK ... -
John Guillory #2
RE: form based mail on Sambar Server
On Oct 13, 2004 04:07pm, X wrote to ALL:
X> Newsgroups: alt.comp.lang.php
X> Subject: form based mail on Sambar Server
X> I have tried to implement some of the small tutorials for the
sending of
X> an email from a form, and I cannot get it to work.
X> Is ther something special I need to do with a sendmail.pl or a
X> formmail.pl ? I don't even know where these files are supposed
to be
X> located.
Normally in your cgi-bin directory.... But before you play
around with that, are you using a windows based server or a linux
based server? If windows based, you may need to add a sendmail.exe
into the path, before formmail.pl and sendmail.pl will work. Though
you can always do the sendmail portion directly in the script, most
versions of formmail don't... From the sound of things, it sounds
like the web server is running on your home computer on Windows. If
so, then you'll need to look for the windows version of
sendmail.exe, and put it in your path I believe, then you'll need to
make changes to form mail, as sendmail.exe doesn't work any where
near the same as the unix sendmail command.... It's possible to do
form mail on windows hosting, but using formmail.pl is not the
easiest route to go (and I might add, I hear that most sites refuse
to allow you to use formmail because of some security risk
envolved....) The easier method from what I've been reading and
playing with would be to install PHP scripting on your machine, then
use PHP to process the form and send e-mail. I've sent e-mail via
scripts in PHP and it works flawlessly on my website.... I've even
used it to retrieve web pages and e-mail them to me when I clicked
on buttons...
.... Platinum Xpress & Wildcat!..... Nice!!!!
John Guillory Guest



Reply With Quote

