]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix glossary.xml as part of bug 360520 (we don't use Mail::Mailer anymore) - Patch...
authorlpsolit%gmail.com <>
Tue, 21 Nov 2006 04:58:57 +0000 (04:58 +0000)
committerlpsolit%gmail.com <>
Tue, 21 Nov 2006 04:58:57 +0000 (04:58 +0000)
docs/xml/glossary.xml

index 0af0380e1dd34e7eb8d5ef9fbdfac9397de1df2a..f1b551c00b34434d151de6a84cc8f994bdce2201 100644 (file)
       <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.