Re: How to email my results to a group of people....

From: Gunnar Hjalmarsson (noreply_at_gunnar.cc)
Date: 06/29/04

  • Next message: Tim Johnson: "RE: Win32::NetAdmin::LocalGroupGetMembers"
    To: beginners@perl.org
    Date: Tue, 29 Jun 2004 02:11:22 +0200
    
    

    Mike Blezien wrote:
    > Gunnar Hjalmarsson wrote:
    >> Jason Corbett wrote:
    >>> I hear PEAL has emailing (in attachment format) capabilities? I
    >>> down-loaded the module MIME::Lite, but I am not sure how to
    >>> get this going.
    >>
    >> How about studying the docs for the module?
    >>
    >> Also, such a script was recently posted to this list:
    >> http://www.mail-archive.com/beginners%40perl.org/msg59279.html
    >
    > the only problem with the example in this posted message, if using
    > MIME::Lite, and using smtp, is MIME::Lite doesn't have any means
    > of SMTP authetication, as far as I can find. The Mail::Sender has a
    > provision for SMTP authentication for closed relay system, which
    > most MTA are now.... ;)

    The OP mentioned MIME::Lite, and he did not mention a need to
    authenticate. As regards the latter, often (typically?) MTAs relay
    messages without authentication if they are sent from a script on the
    same server (just state 'localhost').

    Nevertheless, Mail::Sender is the mail sending module I'm using
    myself, and I'm happy to support your recommendation. :)

    -- 
    Gunnar Hjalmarsson
    Email: http://www.gunnar.cc/cgi-bin/contact.pl
    

  • Next message: Tim Johnson: "RE: Win32::NetAdmin::LocalGroupGetMembers"