[Javascript] Re: mail() function

Tom Churm thomas.churm at pixelpark.com
Fri Jun 1 02:16:59 CDT 2001


hi, andrew:

>  > How about a function to email a page to a user?

i would highly recommend the php mail() function, which you can find out
about here:

http://www.php.net/manual/en/function.mail.php

with php, it's as easy as this:

mail("address at somewhere.com", "My Subject", "Text Line 1\nText Line
2\nText Line 3");

thanks,

tom




More information about the Javascript mailing list