Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] customize email usertag



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?

Any suggestion?


_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


Search for: Match: Format: Sort by: