I am familiar with PHP's mail() functions 5th argument and I have already used it some projects. This was the way I used it then:
$5th_param = "-F".$sender." -f".$sender;
I indirectly asked the vendor to consider the possibility of adding an option of using this 5th param to their software...
Application runs on PHP and uses mail() function to send mails. sendmail_path is set as /usr/sbin/sendmail -t -i
Changing the application is the last option since the company which has made the app refuses to change it. I could do the altering manually (since it is PHP) but then I would have to...
I’m running software which allows users to send E-letters to their customers and define “From” and “Reply-to” on every individual E-letter. The problem is that postfix sets apache@mydomain.com as the Envelope Sender. How can I change this, envelope sender should have the same value as “From”...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.