Bugzilla – Attachment 21841 Details for
Bug 10994
Allow use of branch/kohaAdmin e-mail address for sending claim notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Email sending is not working in claim notice
0001-Bug-10994-Email-sending-is-not-working-in-claim-noti.patch (text/plain), 1014 bytes, created by
Amit Gupta
on 2013-10-07 04:58:47 UTC
(
hide
)
Description:
Email sending is not working in claim notice
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2013-10-07 04:58:47 UTC
Size:
1014 bytes
patch
obsolete
>From 8f78039d4af60f7bcf3a063b4e87904b480b58aa Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amitddng135@gmail.com> >Date: Mon, 7 Oct 2013 10:25:16 +0530 >Subject: [PATCH] Bug 10994 - Email sending is not working in claim notice. > >This patch will not check whether staff patron's email address >or not for sending claim notices. >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index be2913f..f48ab29 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -371,7 +371,7 @@ sub SendAlerts { > # ... then send mail > my %mail = ( > To => join( ',', @email), >- From => $userenv->{emailaddress}, >+ From => C4::Context->preference('KohaAdminEmailAddress'), > Subject => Encode::encode( "utf8", "" . $letter->{title} ), > Message => Encode::encode( "utf8", "" . $letter->{content} ), > 'Content-Type' => 'text/plain; charset="utf8"', >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10994
: 21841