> -----Original Message-----
> From: ZHAO, BING [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 15, 2005 1:01 PM
> To: Ryan Frantz
> Subject: Re: about email sender
> 
> I have tried Email::Sender. The description of its seems to make the
most
> sense and in order to do
> that,, I have to install several other modules. I probably screwed up
at
> many places while doing
> it, I don't even want to bother thinking about debugging, since this
is my
> first module
> application and I don't even know what lays ahead of me.

Bing,

Please reply to the list so that everyone can track this thread.

I think you're referring to Mail::Sender; I can't find a module named
Email::Sender.  I suggest that you use Mail::Send (part of the MailTools
package) or Net:SMTP (as another poster suggested).  I've used both and
the docs do a good job explaining how to use them.

Mail::Send -> http://search.cpan.org/~markov/MailTools-1.67/Mail/Send.pm
Net::SMTP -> http://search.cpan.org/~gbarr/libnet-1.19/Net/SMTP.pm

+ Mail::Send expects your system to have a mail client available (mail,
mailx) so may not work on a Windows system.
+ Net::SMTP provides a more "raw" method to connect to mail servers and
comes (I believe) with most default installations of Perl.

ry

> 
> thanks,
> 
> bing

--
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