At 14:49 31-10-2002, Melvyn Sopacua wrote:

I think a parameter to set the MAIL FROM: user, will work much better.
Last time I looked the 'From:' header is copied onto 'MAIL FROM:'.
Separating those will have a more flexible and cross-platform solution,
since you map that address to /usr/sbin/sendmail -f <MAIL_FROM_USER> on
*nix.
By the way - just remembered that the functionality is already there, using
the ini setting 'sendmail_from'. So you could take a shortcut and map
Return-Path to ini_set('sendmail_from') and reset when leaving the mail
function.

Or just update docs :)

With kind regards,

Melvyn Sopacua
<?php include("not_reflecting_employers_views.txt"); ?>


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to