Thanks, elemental. OK- can you try one more hacky thing for me. Flip the conditional back to the way it was originally. Then- we want to put a space after the -f a la:
if ( ! mail($this->recipients, $this->subject, $this->finalbody, $this->header_str, "-f ".$this->clean_email($this->headers['From'])))See- only change was “-f”. changed to “-f “.
Then giver her a try and let me know if you can send from ‘Communicate’.
Make sense?