Afficher un message
Vieux 13/03/2008, 01h57   #7
Chris
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] mail function and headers


> as you can see my Return-Path is still pointing on the wrong direction :-(
> any other idea ?


return-path is set with the 5th mail() param:

mail($to, $subject, $body, $headers, '-freturn_path_email@address.com');


--
Postgresql & php tutorials
http://www.designmagick.com/
  Réponse avec citation
 
Page generated in 0,04136 seconds with 9 queries