Sendmail ignoring parameters
- by André
We're sending ~60k emails to non-local addresses with sendmail and I manually set the -f flag to [email protected].
This all works fine and dandy when I limit my PHP script to 5000 addresses. If I remove the limitation, sendmail ingnores the parameters and sends all emails with a reply-to and return-path of [email protected].
I'm sleeping in between each email for 500ms, that should not be the problem.