Works like a charm when using a different email client

can't believe I forgot to check that. Thank-you very much for the help.
Another quick question:
I noticed when I verify my account the register page displays the user login form.
I am currently using a custom login form (like I do for the contact and register forms) only this one is written directly into the password.php page. Unfortunately this means that the password form printed after a user verifies their account is the default form and not my custom form.
For the register form and contact form I have custom files like so:
plugins/register_user/register_user_form.php
plugins/contact_form/form.php
Is there a way to have a custom login form and javascript file that can used instead of the default form and JS?
Essentially I want to do the same thing with the login form as I have done with the contact and register user forms.