emailing from vshare is flawed...
emailing from vshare admin sends emails as text with html code which means that text only readers display the emails as text with html code everywhere which makes them hard to read. in some email clients that do support html it sometimes still displays it as text with html code or nothing at all.
emails need to be fixed so that we can choose text only emails so that everyone can read them or at least do both text and html emails so that html emails will be displayed but if the users mail reader does not support html then it gets displayed as text.
more info on here http://www.wilsonweb.com/wmt5/html-email-multi.htm
Re: emailing from vshare is flawed...
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
Re: emailing from vshare is flawed...
Next version will support both TEXT and HTML versions.
Re: emailing from vshare is flawed...
great to hear...thanks admin