SMTP doesn't really care about whom mail is sent from, I used to send e-mails as President Bush (senior) and Clinton with whitehouse domains and such to friends way back long ago.
Try changing:
ini_set("sendmail_from", "[email protected]");
to:
ini_set("sendmail_from", $this->sender);
Try changing:
ini_set("sendmail_from", "[email protected]");
to:
ini_set("sendmail_from", $this->sender);