well i notice the email editor was changed in 2.5 but we still need muser.php and the function.php changed to allow plain text or multipart emails to be sent out.

i mean which looks better when a user is trying to read an email from a vshare site.

The current way on non html mail readers which is:

Welcome to mysite.com

Please keep this e-mail for your records. Your account information is as follows:</p>

----------------------------
Username: blah
Password: blah
----------------------------</p>

Your account is currently inactive. You cannot use it until you visit the following link:</p>

http://www.mysite.com/activate.php?k...0193e&u=18&i=3</p

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.</p>

Thanks,</p>

mysite.com Team</p>


or like this if it was changed/fixed:

Welcome to mysite.com

Please keep this e-mail for your records. Your account information is as follows:

----------------------------
Username: blah
Password: blah
----------------------------

Your account is currently inactive. You cannot use it until you visit the following link:

http://www.mysite.com/activate.php?k=72 ... e&u=18&i=3

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

Thanks,
mysite.com Team