\[code\]<?php$to = '[email protected]';$from = '[email protected]';$message = 'blah blah blah';$subject = 'yadda yadda yadda';mail($to, $message, $subject, "From: $from", "-f$from");\[/code\]I am on a dedicated linux machine. I have a named based virtual host setup on apache2. i have 2 domains running on the same ip.Anyway I can edit options or something ? this email problem needs to be solved as emails of important information like email verification login etc are sent out.