<?php

class CAMail
{
	function CAMail(&$oSystem)
	{
		$this->oSystem=&$oSystem;
	}
	function mbMail($lAnmeldungPK)
	{
		
	}
}