https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #6 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to David Cook from comment #3)
It looks like the email subject and body are hardcoded for OCLC. You'll want to make that more configurable I reckon.
In theory, I'm not sure why you wouldn't just use a utility like lftp, but if using "koha-foreach", it could be nice to pick out things like the database name and admin email address I suppose.
Hi David, Thanks for your feedback. I've replaced the email with two configurable notices SFTP_FAILURE and SFTP_SUCCESS , which can be configured from the Notices and slips tool. Koha/Transport/Edifact.pm does the SFTP the same way we are in our newly added file so that is why we took that same approach. Thanks, Alex -- You are receiving this mail because: You are watching all bug changes.