I've ported my order-by-email patch (first mentioned in Bug 5260) to 3.4.3. I attach two diffs, one for the CGI scripts and another for the templates, in a format hopefully acceptable to GIT people. Katrin Fischer suggested using the message queue for sending emails to booksellers, but, as I understand, C4::Letters::EnqueueLetter can send only to borrowers. I've changed the tab wording from ```Mail'' to ``Email'' as suggested by Katrin Fischer. Btw.: I'm also (with some help by Dan McMahill) importing Koha (currently 3.4.3) into the NetBSD Package Collection. Once this gets sorted out, you can just cd ${PKGSRCDIR}/databases/koha && make install (or pkg_add koha if someone has built the binaries for you) and you get Koha and all its dependencies installed on any system supported by pkgsrc (which is, in fact, nearly everything POSIX compatible, including most BSDs, SunOS, AIX, Darwin/OSX and even Linux).