Re: Need to override mail function



On 27 Mag, 17:41, petersprc <peters...@xxxxxxxxx> wrote:
Hi,

You can do this on unix by replacing the default sendmail command with
sendmail-filter script below. Add a line like this to your virtual
host definition:

    php_admin_value sendmail_path
        "/opt/site/util/sendmail-filter
        -field set X-Domainwww.test.example"

You can define arbitrary header fields using the "-field set NAME
VALUE" option. For more options, run sendmail-filter -help.
[cut]

Thank you, i'll give it a try as soon as possible.
Andrea
.