From: AP on 5 Feb 2010 13:45 While sending out mail, i want my bounce back address to be different, I tried using MAIL FROM in the headers but this does not work. Anybody have an idea as to how i can redirect my bounced messages to a different email. Thanks
From: Tim Thomas on 5 Feb 2010 13:49 I think you want Return-Path. More info here: http://tools.ietf.org/html/rfc3834 On Fri, Feb 5, 2010 at 12:45 PM, AP <aragonestell(a)gmail.com> wrote: > While sending out mail, i want my bounce back address to be different, I > tried > using MAIL FROM in the headers but this does not work. > > Anybody have an idea as to how i can redirect my bounced messages to a > different email. > > Thanks > > > -- > PEAR General Mailing List (http://pear.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
From: AP on 5 Feb 2010 15:54 AP <aragonestell <at> gmail.com> writes: > > While sending out mail, i want my bounce back address to be different, I tried > using MAIL FROM in the headers but this does not work. > > Anybody have an idea as to how i can redirect my bounced messages to a > different email. > > Thanks > In php's mail function we can pass additional arguments and additional headers like -f return(a)doamin.com is there a way to do it in pear. its seems to have a default -f$from and am not able to override it.
From: Al on 6 Feb 2010 11:05 Use Pear mail_smtp. You'll have better control and many mail servers, e.g., Yahoo, are requiring smtp with DomainKeys and SPF. On 2/5/2010 1:45 PM, AP wrote: > While sending out mail, i want my bounce back address to be different, I tried > using MAIL FROM in the headers but this does not work. > > Anybody have an idea as to how i can redirect my bounced messages to a > different email. > > Thanks >
|
Pages: 1 Prev: Pager, first page link Next: [ANNOUNCEMENT] VersionControl_Git-0.4.2 (alpha) Released. |