Forum Moderators: coopster
Pretty new to php - I have a form on my site that sends mail to users from me with the following ...
mail($usersemail, $subject, $message, "From: $myemail\r\n"."Reply-To: $myemail");
This works fine - but the message, when it arrives in the persons inbox, will just show my email address in the "From:" field.
How do I get it so that in their inbox, the email says From: MyDomain.com
Thanks in advance and apologies for being dense!