Dear All,<br><br>When I update patron information by UTF-8 by ,,,/koha/<a href="http://opac-userupdate.pl">opac-userupdate.pl</a> ? I have following error:<br><br>Undefined subroutine &Mail::Sendmail::encode called at /usr/share/perl5/Mail/Sendmail.pm line 308.<br>
<br>I just added following script for /usr/share/perl5/Mail/<a href="http://sendmail.pm">sendmail.pm</a><br>$mail{'Message'} = encode_qp(encode("UTF-8", $mail{'Message'}));<br><br>How can I fix it ?<br>
<br>Gana<br>