summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-04 15:46:45 +0100
committermkanat%bugzilla.org <>2009-12-04 15:46:45 +0100
commitd2ee5a822feb4528675d7d0763d231bb7ef9a3ad (patch)
tree4c00186dcb7626b6f6fdc46b724197b1ce20ce1a /Bugzilla/Hook.pm
parent664d731721980b43b796cf100c686df158a1650b (diff)
downloadbugzilla-d2ee5a822feb4528675d7d0763d231bb7ef9a3ad.tar.gz
bugzilla-d2ee5a822feb4528675d7d0763d231bb7ef9a3ad.tar.xz
Bug 531500: Allow the mailer_before_send hook to modify the arguments passed to Email::Send
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 7ee033f86..b042f36ad 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -482,6 +482,9 @@ Params:
=item C<email> - The C<Email::MIME> object that's about to be sent.
+=item C<mailer_args> - An arrayref that's passed as C<mailer_args> to
+L<Email::Send/new>.
+
=back
=head2 object_before_create