Changing welcome email for new users
I am giving the user the option of creating an account or using the facebook login. When a new user signs up they receive the new user email that gets set in the classipress email options. When people log in with their facebook account they receive the standard wordpress email. What code do I have to modify to change that email? I tried a plugin but it seems to interfere with the classipress email format. So I figured I can just change the code for that function.
I think the file is
wp-includes/pluggable.php
The function starts at line 1188. I think that is it. I just have no idea how to change this to modify the text in the welcome email.
Thanks