[ic] customize email usertag

Mike Heins mikeh@minivend.com
Sat, 7 Apr 2001 11:37:28 -0400


Quoting Ayayu Infomation desk (info@ayayu.com):
> I would like to customize email usertag.
> To use Japanese characters for e-mail subject, I need MIME::Base64
> encode
> in email usertag such as perl regular coding as follows.
> 
> use MIME::Base64();
> $subject = "JAPANESE CHARACTERS";
> chomp($subject);
> $subject = "=?ISO-2022-JP?B?$subject?=";
> 
> But if I add line below in email usertag, Inertanl sever error occured.
> 
> $subject = MIME::Base64::encode($subject);
> 
> Is it impossible to use external library in usertag?
> How should I do such a requirement?
> 

It should work as long as it is a Global UserTag.
Look at the error log and see what the error was. 

-- 
Red Hat, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
phone +1.513.523.7621 fax 7501 <mheins@redhat.com>

Friends don't let friends use Outlook. -- Bob Blaylock