Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 57535
Status: resolved
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: tom [...] audioboundary.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.027
Fixed in: (no value)



Subject: Minor documentation typo (MIME::List instead of MIME::Lite)
The example for setting the authentication details in ->send has a minor typo: --- orig.pm 2010-05-16 19:55:15.000000000 +0100 +++ lib/MIME/Lite.pm 2010-05-16 19:55:25.687570887 +0100 @@ -2520,7 +2520,7 @@ This is useful for things like mail servers requiring authentication where you can say something like the following - MIME::List->send('smtp', $host, AuthUser=>$user, AuthPass=>$pass); + MIME::Lite->send('smtp', $host, AuthUser=>$user, AuthPass=>$pass); which will configure things so future uses of Tom
this seems to have been resolved already -- rjbs