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

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to