SMTP协议-PHP的邮件发送程序例子( 二 )


if(isset($strFrom))
$this->strFrom=$strFrom;
if(isset($strTo))
$this->strTo=$strTo;
}
}
?>

推荐阅读