Intechnic
Users Developers
Home / Forums / In-Portal CMS / General In-Portal Discussions / Email message encoding / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Email message encoding (4)


Posted: 08/22/2005 12:47:22 PM

Reply Quoted  


Is it any possibility to change email message text encoding of sent registrations or other notifications.

Thank you.

Posted: 08/23/2005 9:39:59 AM

Reply Quoted  


rushhoho wrote:08/22/2005 12:47:22 PM
Is it any possibility to change email message text encoding of sent registrations or other notifications.

Thank you.


Hello,

Currently, the charset is hard coded and is "ascii-us". You can search for it in kernel/include/emailmessage.php file. Please make sure to backup that file prior to make any changes.

Thank you.

Posted: 08/24/2005 11:50:04 PM

Reply Quoted  


Dmitry wrote:08/23/2005 9:39:59 AM
rushhoho wrote:08/22/2005 12:47:22 PM
Is it any possibility to change email message text encoding of sent registrations or other notifications.

Thank you.


Hello,

Currently, the charset is hard coded and is "ascii-us". You can search for it in kernel/include/emailmessage.php file. Please make sure to backup that file prior to make any changes.

Thank you.
WOW!!! Its work!
I changed to $charset = "windows-1251";

Thank you.

Posted: 08/30/2005 1:25:07 PM

Reply Quoted  


rushhoho wrote:08/24/2005 11:50:04 PM
Dmitry wrote:08/23/2005 9:39:59 AM
rushhoho wrote:08/22/2005 12:47:22 PM
Is it any possibility to change email message text encoding of sent registrations or other notifications.

Thank you.


Hello,

Currently, the charset is hard coded and is "ascii-us". You can search for it in kernel/include/emailmessage.php file. Please make sure to backup that file prior to make any changes.

Thank you.
WOW!!! Its work!
I changed to $charset = "windows-1251";

Thank you.


Hello, rushhoho,

Thank you for your comment. In future releases we plan to add this feature to the administrative console to make life easier.