http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347
--- Comment #31 from Katrin Fischer <[email protected]> 2011-12-15 07:45:35 UTC --- Hi Jonathan, I have problems with the email now. It used to work with your earlier patches. Perhaps something went wrong when you added the nice eedback? I have set up: - KohaAdminEmailAddress - Vendor's email - Staff patron's email 1 )When I had no email for the vendor the system complained: a) This bookseller have no email > Little correction: This vendor has no email address ? b) I added an email address but have problems sending the mail: (I changed the full email address to ...) katrin@... SMTP error from remote mail server after RCPT TO:<katrin@...>: host smtp.... [82.100.220.166]: 504 5.5.2 <root@localhost>: Sender address rejected: need fully-qualified address I have no idea why it's trying to send from root@localhost as I can't spot that in my configuration now. Could you take a look? 2) Also: The message content is a bit short for my notice template, the order information seems to be missing? ----- This is a copy of the message, including all the headers. ------ Return-path: <root@localhost> Received: from localhost ([127.0.0.1] helo=bumblebee) by bumblebee with esmtp (Exim 4.76) (envelope-from <root@localhost>) id 1Rb5is-0001bI-5o for katrin@...; Thu, 15 Dec 2011 08:27:22 +0100 Subject: Item Not Received Date: Thu, 15 Dec 2011 08:27:22 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf8" To: katrin@... Content-Transfer-Encoding: quoted-printable From: root@localhost Message-Id: <E1Rb5is-0001bI-5o@bumblebee> B=FCcherschiff <<aqbooksellers.name>> <<aqbooksellers.address1>> <<aqbooksellers.address2>> <<aqbooksellers.address3>> <<aqbooksellers.address4>> <<aqbooksellers.phone>> <order> Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received. </order> 3) One last thing that would not keep me from signing off but is a little bit annoying: After trying to send out the mail, you get redirected to the start page of 'late orders'. It should bring me back to my list of orders that I have searched for so I can see the new value for the counter and the date. 4) I see that your patch also changes the ACCTDETAILS message? Not sure if I am misreading that: - # send an "account details" notice to a newly created user + + warn "sending to From $userenv->{emailaddress} subj $innerletter->{title} Mess $innerletter->{content}"; + } + + # send an "account details" notice to a newly created user elsif ( $type eq 'members' ) { -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
