Gossamer Forum
Home : Products : Gossamer Links : Discussions :

charset in mail?

Quote Reply
charset in mail?
where need set to specify charset for auto letters from Links3.1.0?
Quote Reply
Re: [halahan] charset in mail? In reply to
found...

GT/Mail.pm
Code:

sub args {
...
$self->{header_charset} = delete $opt->{header_charset} || 'windows-1251';
...
Quote Reply
Re: [halahan] charset in mail? In reply to
If you're using the e-mail template editor, then add a GT-Header-Charset: your-character-set header as a custom header.

Adrian
Quote Reply
Re: [brewt] charset in mail? In reply to
I`m search this, when format records if me need charset "koi8-r"? thank you