Hi, On Fri, May 27, 2011 at 9:02 AM, schwitzd <[email protected]> wrote: > Meaby I have undertood what I have to configure. ... > 'smtp' => [ qw( localhost ) ],
You need to put your mail servers FQDN or IP there (instead of 'localhost'). You should notice that several emails are sent in different ways in koha. For example notices are sent when a cronjob runs process_message_queue.pl. The sender address is taken from those variables you mention in other email, so the SMTP server should rely email from those addresses. Regards To+ _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

