From:                   "LRMK" <[EMAIL PROTECTED]>
> why don't u try MIME::Lite to create mail massage
> and send it using Net::SMTP or anything
> it has ready mate attachment adding facility and it adds
> date  and time automatically.

Modules have their authors.

The authors must implement the modules' features.

Even long time Perl programmers can learn from each other and often 
even from the newbies.

I am the author of Mail::Sender, the code I posted was taken from the 
module. John suggested another way to do the same thing so we talked 
about it.

On a different note ... if you do not need any attachments or 
encodings MIME::Lite (or Mail::Sender) would be an overkill. In that 
case it may be better to be able to generate the datetime yourself in 
the proper format and keep using Net::SMTP directly.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to