Ask a Question related to PERL Modules, Design and Development.
-
Robert Trzaskowski #1
the script hangs up when i try to send mail with attachments using MAIL::Sender...???
As said in the topic...
when i try to send an e-mail message using Mail::Sender the script hangs up
before execution of
$sender -> OpenMultipart(...);
don't know what to do... when i run my script without any files attached it
works but with them it doesn't ....
Bob
Robert Trzaskowski Guest
-
Mail::Sender, attachments and html together
Hi! I'm developing a program that send mails with the content in html and also should send attachments. I am using Mail::Sender and I can do both... -
Mail:Sender - HTML Mail with alternatives problem
I'm trying to generate an HTML mail with text alternatives using the mail:sender module. As everybody can see below the message was created and... -
Can not send mail from bash script
Hi , I have created a little script that is running as daemon ( it is hard to say as daemon :)) ) . Then i try to send a mail and the mail is... -
Send mail script step
I have a script to send mail to email addresses in a field (noted in the To: part of the mail specification. When the script is run, the... -
SEND MAIL script with check box
okay - i've figured out how to make a check box into a button that performs a SEND MAIL script. but - i can't figure out how to add a step to the... -
Robert Trzaskowski #2
Re: the script hangs up when i try to send mail with attachments using MAIL::Sender...???
OK, I've dealed with the problem by myself...
It's the clue:
While using Mail::Sender never manipulate $/ and $\ variables....
the script will hang up every time...
BoB
[email]kenzo_@gmx.de[/email]
Użytkownik "Robert Trzaskowski" <robert@hoffmanowa.pl> napisał w wiadomo¶ci
news:bg9jlf$1af$1@news.onet.pl...up> As said in the topic...
> when i try to send an e-mail message using Mail::Sender the script hangsit> before execution of
>
> $sender -> OpenMultipart(...);
>
> don't know what to do... when i run my script without any files attached> works but with them it doesn't ....
> Bob
>
>
Robert Trzaskowski Guest



Reply With Quote

