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 &amp;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{&#39;Message&#39;} = encode_qp(encode(&quot;UTF-8&quot;, $mail{&#39;Message&#39;}));<br><br>How can I fix it ?<br>

<br>Gana<br>