|
Posted by Alvaro G. Vicario on 04/06/07 06:59
*** Adam R escribió/wrote (Thu, 05 Apr 2007 19:12:01 GMT):
> $headers = 'From: MyName<'.$from.'>\r\n';
> $headers .= 'Return-Path: MyName<'.$from.'>\r\n';
>
> even:
>
> $headers,"-f".$from
Return path cannot be specified as header, you must use the -f parameter.
Whether you can do it or not depends on your host's security settings.
Also, return path doesn't accept a name, only an e-mail address.
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|