In the 'profile_start' hook, I changed:
PHP Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);
to:
PHP Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);
So the person getting the invite, gets the email from a freindly person and responds to them if they have any questions.