perl.macperl...Re: Not able to send email through MAc perl. by Joel Rees- November 9, 2007 Rapunzel (ritugoyal12 at gmail of com) asked> Hi ,>> I want to send email through MAc perl. I have an SMTP server and my OS> is MAC.Mac OS X (jaguarpantherleopard) or the classic Macintosh (System 7, Mac OS 89)You say you have an SMTP server, which one How did you set it up Do you have documentation for it> I used Mail::Sender perl module and was successfully able to send> email through windows platform.Microsoft tends to be very helpful in ways that, after you think about..http://www.nntp.perl.org/group/perl.macperl/2007/11/msg3105.html Re: Not able to send email through MAc perl. by kurtz le pirate- November 9, 2007 In article <1194344373.342567.135470i38g2000prf.googlegroups.com>, ritugoyal12gmail.com (Rapunzel) wrote:> Hi ,> > I want to send email through MAc perl. I have an SMTP server and my OS> is MAC.> > I used Mail::Sender perl module and was successfully able to send> email through windows platform. But if I execute same script on MAC OS> it is giving me error saying authentication required.> Following is my code snippet.> > snip> > On executing the...http://www.nntp.perl.org/group/perl.macperl/2007/11/msg3104.html Not able to send email through MAc perl. by Rapunzel- November 6, 2007 Hi ,I want to send email through MAc perl. I have an SMTP server and my OSis MAC.I used Mail::Sender perl module and was successfully able to sendemail through windows platform. But if I execute same script on MAC OSit is giving me error saying authentication required.Following is my code snippet.!usrbinperluse Mail::Sender; $sender = new Mail::Sender smtp => &39;smtpserverIP&39;, from => &39;sender_Email&39; ; die "Can&39;t create the.http://www.nntp.perl.org/group/perl.macperl/2007/11/msg3103.html |