[Koha-bugs] [Bug 5347] late order management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 08:45:35 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

--- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> 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 at ...
SMTP error from remote mail server after RCPT TO:<katrin at ...>:
host smtp.... [82.100.220.166]: 504 5.5.2 <root at localhost>:
Sender address rejected: need fully-qualified address

I have no idea why it's trying to send from root at 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 at localhost>
Received: from localhost ([127.0.0.1] helo=bumblebee)
by bumblebee with esmtp (Exim 4.76)
(envelope-from <root at localhost>)
id 1Rb5is-0001bI-5o
for katrin at ...; 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 at ...
Content-Transfer-Encoding: quoted-printable
From: root at localhost
Message-Id: <E1Rb5is-0001bI-5o at 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.


More information about the Koha-bugs mailing list