Wysylam maila i sie dolaczaja wszedzie "@m46.hostit.pl" w polu REPLY-to, tj.

Cytat
Autor@m46.hostit.pl,
"<andypsv@xe**t.com>"@m46.hostit.pl


  1. function sendMail($from,$to,$topic,$content,$reply_to='') {
  2. $headers = 'MIME-Version:1.0'."\r\n";
  3. $headers .= 'content-type:text/html;charset=utf-8'."\r\n";
  4. $headers .= 'From: "'.strtolower(substr(PG_T,0,-1)).'" <'.NOREPLY.'@'.strtolower(substr(PG_T,0,-1)).'>'."\r\n";
  5.  
  6. if(!empty($reply_to))
  7. $headers .= 'Reply-To: Autor "<'.$reply_to.'>"'."\r\n";
  8.  
  9. if(mail($to,$topic,$content,$headers)) return true; else return false;
  10. }


JAK TO OBEJSC?

juz udalo mi sie zrobic:
  1. $headers .= 'Reply-To: <'.$reply_to.'>'."\r\n";


wystarczylo wyeliminowac ""