Usually this is just a failure to upload all of the necessary files. Try uploading the entire webassist/email folder and see if that helps. Another thing you might try is adding this to the top of the page:
<?php
ini_set("display_errors",1);
?>
Blank pages are usually pages with errors and error display turned off. By turning on error display it might help show you what the problem is.