Whenever I send an email in php the email sent says it comes from "Nobody" at "nobody@quintopia.net", and the first line of the body of the email is the address I wanted it to come from. I can't make it say its coming from any specific email address with:
PHP Code:
mail("targetemail@email.com","Subject","Content","Myemail@quintopia.net);
where "Myemail@quintopia.net" is the email I want it to come from.
Is this the wrong syntax, or is it something with HR's SMTP??
How can I fix?