Welcome email encoding

vaidas

Verified User
Joined
Jul 21, 2011
Messages
8
I've changed the content of /usr/local/directadmin/data/users/<reseller>/u_welcome.txt, but it seems that Unicode doesn't work. I want to have the text in Lithuanian, what encoding should I use to save the file? Or is there a way to set the encoding in the email?
 
I've changed the content of /usr/local/directadmin/data/users/<reseller>/u_welcome.txt, but it seems that Unicode doesn't work. I want to have the text in Lithuanian, what encoding should I use to save the file? Or is there a way to set the encoding in the email?

Add this to the very top of the file

Code:
|?HEADER=Content-Type: text/plain; charset=UTF-8|

or

Code:
|?HEADER=Content-Type: text/html; charset=UTF-8|

http://www.directadmin.com/features.php?id=620

And save your file in UTF-8 on disk.
 
Back
Top