* @param string $moreinheader More in header (for phpmail only for the moment)
* @param string $moreinheader More in header. $moreinheader must contains the "\r\n" (TODO not supported for other MAIL_SEND_MODE different than 'phpmail' and 'smtps' for the moment)
$smtps->setReplyTo($this->getValidAddress($from,0,1));// Set property with this->smtps->setReplyTo after constructor if you want to use another value than the From
$this->phpmailer->SetReplyTo($this->getValidAddress($from,0,1));// Set property with this->phpmailer->setReplyTo after constructor if you want to use another value than the From