diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:19 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:19 +0200 |
commit | 2d71853c13eab747b40fa98551f3a90cafa476d8 (patch) | |
tree | 415b978d863ab5ee646bf0eec666452de54d0239 /docs | |
parent | 147d4e8e685bb505fb8913398ea3b1d6545576aa (diff) | |
download | bugzilla-2d71853c13eab747b40fa98551f3a90cafa476d8.tar.gz bugzilla-2d71853c13eab747b40fa98551f3a90cafa476d8.tar.xz |
Fix glossary.xml as part of bug 360520 (we don't use Mail::Mailer anymore) - Patch by me, r=wurblzap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/glossary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml index 0af0380e1..f1b551c00 100644 --- a/docs/en/xml/glossary.xml +++ b/docs/en/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. |