I have two sites (different domains and registras) that I'm trying to use PHP Mailer for. One site works perfectly but the other returns the ever helpful white page as soon as it calls
$mail = new PHPMailer;
I have copied the code from one site to the other, amending file paths etc. and I have instered echo's so I can see the correct files being accessed, it just won't run.
I'm not sure what information is needed to help in finding an answer - please can anyone help?