|
Posted by Adam R on 04/07/07 00:11
On Fri, 6 Apr 2007 08:59:38 +0200, Alvaro G. Vicario wrote:
> *** 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.
When I use -f parametr I can't receive messages even when I use e-mail
address at $from. Can be Return-Path compared with Message-ID to avoid
spam?
I would simply like to create a script which will enable sending sms
notifications about new e-mails in my mailbox.
--
--------------------------------------
Adam Raszkiewicz
Brothers-in-arts.com
--------------------------------------
Navigation:
[Reply to this message]
|