[PerlChina] About MIME mail

fayland fayland at gmail.com
Mon Oct 17 02:43:38 PDT 2005


MIME::Entity 只用来构建,发送的话还是要其他的如  Mail::Internet 什么的。
最后可以用 $mail->send('smtp'); # or sendmail
而 send 方法要依赖 libnet 的正确配置。没配置好的检查修改 libnet.cfg
这个在 Perl 网络编程 这本书里好像提到过。
好运。实在不行的话就用 MIME::Lite 好了。

----- Original Message ----- 
From: "h老邪" <swansun95 at gmail.com>
To: <china-pm at pm.org>
Sent: Monday, October 17, 2005 5:23 PM
Subject: Re: [PerlChina] About MIME mail


> Now i'm using the MIME::Entity moudel to create the MIME email
> success, but how to send this MIME email. still puzzle me
> :(
> 
> 2005/10/17, fayland <fayland at gmail.com>:
> > perldoc MIME::Lite
> > see also http://www.fayland.org/journal/EmailWithAttachment.html
> > http://www.perl.com/pub/a/2003/09/03/perlcookbook.html?page=2
> >
> >
> > ----- Original Message -----
> > From: "h老邪" <swansun95 at gmail.com>
> > To: <marryton007 at gmail.com>; <china-pm at pm.org>
> > Sent: Monday, October 17, 2005 4:44 PM
> > Subject: Re: [PerlChina] About MIME mail
> >
> >
> > > send Email via MIME format .
> > > so can u give some url about it ?
> > > thanks
> > >
> > > 在 05-10-17,刘加喜<marryton007 at gmail.com> 写道:
> > > >
> > > >
> > > > h老邪,你好
> > > >     only send Email by Perl? chinaperl have some topic with it,you can
> > > > visit.
> > > >     good luck.
> > > >
> > > >
> > > > <%--AID_FROMNAME_BEGIN--%>刘加喜<%--AID_FROMNAME_END--%>,<%--AID_FROMADDRESS_BEGIN--%>marryton007 at gmail.com<%--AID_FROMADDRESS_END--%>
> > > > 2005-10-17
> > > >
> > > > _______________________________________________
> > > > China-pm mailing list
> > > > China-pm at pm.org
> > > > http://mail.pm.org/mailman/listinfo/china-pm
> > > >
> > > _______________________________________________
> > > China-pm mailing list
> > > China-pm at pm.org
> > > http://mail.pm.org/mailman/listinfo/china-pm
> > _______________________________________________
> > China-pm mailing list
> > China-pm at pm.org
> > http://mail.pm.org/mailman/listinfo/china-pm
> _______________________________________________
> China-pm mailing list
> China-pm at pm.org
> http://mail.pm.org/mailman/listinfo/china-pm


More information about the China-pm mailing list