Ask a Question related to PERL Modules, Design and Development.
-
news@roaima.freeserve.co.uk #1
Re: MIME::Lite html-attachment broken
Christian Grauer <cgrauer@netscript.de> wrote:
> I send a multipart message with several attachments from different types
> using MIME::Lite - everything works wonderful except html-files. If I
> attach html-files, the files are not sent completely. There is missing
> part of the content but there is (!) the final "</body></html>" !!?!?Where's the data content (e.g. test1.htm) so we can reproduce your problem?> Have a look on the code I use at
> [url]http://www.christian-grauer.de/test1.txt[/url]
Chris
--
@s=split(//,"Je,\nhn ersloak rcet thuarP");$k=$l=@s;for(;$k;$k--){$i=($i+1)%$l
until$s[$i];$c=$s[$i];print$c;undef$s[$i];$i=($i+(ord$c))%$l}
news@roaima.freeserve.co.uk Guest
-
MIME::Lite HTML Message Handling
I am working on the code below: ****************************************************** use strict; use MIME::Lite; use Net::SMTP; my $from =... -
MIME::Lite - HTML Message and pdf Attaching at the same time
I run the code below, and it works perfectly fine: ================================================== use strict; use MIME::Lite; use Net::SMTP;... -
When use MIME::Lite module the attachment clip sign not shownfor attachments
On Fri, 29 Aug 2003 04:28:28 GMT "William Alexander Segraves" <wsegrave@mindspring.com> wrote: Yes and no. The MIME::Lite module allows you to... -
When use MIME::Lite module the attachment clip sign not shown for attachments
G'day. How can we show the attachment clip sign in receiver's inbox?. Currently the receiver actually receive the attchment, but it won't show up... -
Attachment not sent of MIME format
hi i am sending the attachment using cdo nts in MIME format. The problem is that the mail is going but the attachment is not send and the...



Reply With Quote

