Forum Moderators: bakedjake

Message Too Old, No Replies

UNIX mail script?

         

kevinj

7:34 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



I have a client who recently moved their site to a UNIX server. They have a simple form on 1 of their pages that needs to email the results to them. I've used CDONTS on NT servers in the past. Is there a very simple email script I can use to email the results of the form to my client? I've never worked with a site on a UNIX server before.

Thanks,
Kevin

wruk999

7:39 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



Have you got PHP installed on the server?

If so, you can use php's built in mail function.

[uk.php.net ]

wruk999