sendmail in perl
am 12.05.2011 08:20:33 von Irfan Sayed
--0-1724849827-1305181233=:48679
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
hi all,
i need to use sendmail module of perl to send mails. i have se=
en much perl modules to send mails=0Abut i dont know which one is suitable =
for my requirement=0Amy requirement is :
i need such module which will=
allow me to generate/create table structure format in the main body of mai=
l
no doubt, i will write the script to send mails but , the module whi=
ch i am going to use should have capability of allowing me to create the ta=
ble structure in mail body
please suggest
regards=0Airfan
--0-1724849827-1305181233=:48679--
Re: sendmail in perl
am 12.05.2011 10:26:10 von rvtol+usenet
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 format in the main body of mail
> no doubt, i will write the script to send mails but , the module which i am going to use should have capability of allowing me to create the table structure in mail body
>
> please suggest
For example use MIME::Lite.
When I include formatted tables in a message, I sometimes start the mail
with a line that says that a fixed font is required (but only when I
expect an audience that for some strange reason doesn't have that enforced).
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/
Re: sendmail in perl
am 12.05.2011 11:15:46 von 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.org/perldoc?MIME::Lite
On 12/05/11 07:20, 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 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 doubt, i will write the script to send mails but , the module which i am going to use should have capability of allowing me to create the table structure in mail body
>
> please suggest
>
> regards
> irfan
NET-A-PORTER.COM
Irresistible fashion at your fingertips
____________________________________________________________ __________
CONFIDENTIALITY NOTICE
The information in this email is confidential and is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, you must not read, use or disseminate the information. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Net a Porter Ltd.
Net A Porter Ltd is a company registered in England & Wales Number: 3820604 Registered Office: 1 The Village Offices, Westfield, Ariel Way, London, W12 7GF
____________________________________________________________ _________
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/
Re: sendmail in perl
am 12.05.2011 12:16:34 von 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 w=
rote:
> hi all,
>
> i need to use sendmail module of perl to send mails. i have seen much per=
l modules to send mails
> but i dont know which one is suitable for my requirement
> my requirement is :
> =A0i need such module which will allow me to generate/create table struct=
ure format in the main body of mail
> no doubt, i will write the script to send mails but , the module which i =
am going to use should have capability of allowing me to create the table s=
tructure in mail body
>
> please suggest
>
> regards
> irfan
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/
Re: sendmail in perl
am 12.05.2011 12:37:14 von hobbestigrou
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-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/