Meaby I have undertood what I have to configure. the file is located there /usr/share/perl5/Mail/Sendmail.pm right? and the contant that I have to modify is this
%mailcfg = ( # List of SMTP servers: 'smtp' => [ qw( localhost ) ], <----------- I have to put the name of the mail server? #'smtp' => [ qw( mail.mydomain.com ) ], # example
'from' => '', # default sender e-mail, used when no From header in mail
'mime' => 1, # use MIME encoding by default
'retries' => 1, # number of retries on smtp connect failure 'delay' => 1, # delay in seconds between retries
'tz' => '', # only to override automatic detection 'port' => 25, # change it if you always use a non-standard port 'debug' => 0 # prints stuff to STDERR );
-- View this message in context: http://koha.1045719.n5.nabble.com/Mail-from-koha-tp4427932p4431641.html Sent from the Koha - Discuss mailing list archive at Nabble.com.