Hello,
Is there anyway to set a default charset for composing?
Me and my friends use Latin1, and always have to change it when composing.
I have access to the rc php's, so I can edit configs and stuff if it's needed.
duke
Hi duke, try that on main.inc.php
$rcmail_config['charset'] = 'ISO-8859-1';
regards,.