I have a custom script handling the sendmail_path in the php.ini in order to set the Return-Path mail header correctly. Is it possible to use environment variables in the ini? something like:
sendmail_path = '/mymail.pl' SERVER_NAME
so I can pass the server name to my custom script?
Brian
sendmail_path = '/mymail.pl' SERVER_NAME
so I can pass the server name to my custom script?
Brian