Re: sendmail in perl

2011-05-12 Thread Dr.Ruud
On 2011-05-12 08:20, Irfan Sayed wrote: i need to use sendmail module of perl to send mails. i have seen much perl modules to send mails but i dont know which one is suitable for my requirement my requirement is : i need such module which will allow me to generate/create table structure form

Re: sendmail in perl

2011-05-12 Thread Natal Ngétal
2011/5/12 Leo Susanto : > I prefer using Net::SMTP with Authen::SASL for authentication. I agree Net::SMTP is good. -- \0/ Hobbestigrou site web: erakis.im -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: sendmail in perl

2011-05-12 Thread Leo Susanto
I prefer using Net::SMTP with Authen::SASL for authentication. Plus, read this: http://en.wikipedia.org/wiki/HTML_email On Wed, May 11, 2011 at 11:20 PM, Irfan Sayed wrote: > hi all, > > i need to use sendmail module of perl to send mails. i have seen much perl > modules to send mails > but i d

Re: sendmail in perl

2011-05-12 Thread Pete Smith
I imagine there are going to be many recommendations - and there are always new, "better" modules coming out for this sort of thing. However, I'll kick things off to say I've used MIME::Lite [1] for a long time and it has always done everything I've needed. Cheers, Pete [1] http://search.cpan

sendmail in perl

2011-05-11 Thread Irfan Sayed
hi all, i need to use sendmail module of perl to send mails. i have seen much perl modules to send mails but i dont know which one is suitable for my requirement my requirement is :  i need such module which will allow me to generate/create table structure format in the main body of mail  no dou