hi i'm trying to get the mail command to do something different, what i have so far is:
<?
mail("simon@sys-res.com", "E-mail Quotation", "Name:$name\nPosition:$position");
printf ("<font face=arial size=2>Thank you\n");
exit();
?>
this all works fine and it returns all the variables that i want it to however what i've been asked to do is set it so that the from address is 'Quotation required' instead of printing 'nobody' does anyone know how to if it's possible to set this information, if so does anyone know what the code is, thanks Martin