From: deny <[EMAIL PROTECTED]>
> >You just created the message, you did not send it.
> >Add
> > $msg->send;
> >
> right thanks you ,the text of the message is send ,but not as a
> attached file only with the text in the body of the mail
>
> i may send a message with a file attached
>
>
J
You just created the message, you did not send it.
Add
$msg->send;
right thanks you ,the text of the message is send ,but not as a attached
file
only with the text in the body of the mail
i may send a message with a file attached
thanks
--
To unsubscribe, e-mail: [EMAIL PROT
From: deny <[EMAIL PROTECTED]>
> ok i try this
>
> #!/usr/bin/perl -w
>
> use strict;
> use MIME::Lite;
> use Getopt::Std;
>
> #--
> # main
> #--
> sub main {
> my %opts;
> my $subj = "hello world";
>
> ### Create a message:
>
Jenda Krynicky a écrit :
From: deny <[EMAIL PROTECTED]>
Subject:file to join
"attach", not "join" :-)
ok sorry for my bad english
You would have to print all the mail and part headers and encode the
file. It's easier and safer to leave this task to one of the modules
you c
From: deny <[EMAIL PROTECTED]>
Subject:file to join
"attach", not "join" :-)
> good evening
>
> i want to add a file in a mail i send to someone
> for example , i wwant to add the file "inscription.txt"
> to a mail
>
> here is the first line to send a mail
>
> open(MAIL, "|m