diff options
author | lpsolit%gmail.com <> | 2006-11-21 04:58:57 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-11-21 04:58:57 +0000 |
commit | a512b57e3ffe728933ff01cf990e6d842e538344 (patch) | |
tree | 0990a5936e78f19d8e39cb07966ebe80e0bfb05a | |
parent | e0d80dccff22e332581376efdcdcec8bb96de894 (diff) | |
download | bugs-a512b57e3ffe728933ff01cf990e6d842e538344.tar bugs-a512b57e3ffe728933ff01cf990e6d842e538344.tar.gz bugs-a512b57e3ffe728933ff01cf990e6d842e538344.tar.bz2 bugs-a512b57e3ffe728933ff01cf990e6d842e538344.tar.xz bugs-a512b57e3ffe728933ff01cf990e6d842e538344.zip |
Fix glossary.xml as part of bug 360520 (we don't use Mail::Mailer anymore) - Patch by me, r=wurblzap
-rw-r--r-- | docs/xml/glossary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml index 0af0380e1..f1b551c00 100644 --- a/docs/xml/glossary.xml +++ b/docs/xml/glossary.xml @@ -268,8 +268,8 @@ <acronym>MTA</acronym> <glossdef> - <para>A Message Transport Agent is used to control the flow of email - on a system. The <ulink url="http://search.cpan.org/dist/MailTools/Mail/Mailer.pm">Mail::Mailer</ulink> + <para>A Message Transport Agent is used to control the flow of email on a system. + The <ulink url="http://search.cpan.org/dist/Email-Send/lib/Email/Send.pm">Email::Send</ulink> Perl module, which Bugzilla uses to send email, can be configured to use many different underlying implementations for actually sending the mail using the <option>mail_delivery_method</option> parameter. |