Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Mail::Sender problem.

by bjelli (Pilgrim)
on Jan 07, 2002 at 22:46 UTC ( [id://136886]=note: print w/replies, xml ) Need Help??


in reply to Mail::Sender problem.

<kbd>>Surely the example is bugged? </kbd>

yes, the NSA routinely installs bugs in the source code of free software.

sorry, couldn't help myself

seriously: you didn't cut-and-paste properly, the example you need is in the documentation:

$sender->OpenMultipart({to => 'Perl-Win32-Users@activeware.foo', subject => 'Mail::Sender.pm - new module'}); $sender->Body; $sender->Send(<<'*END*'); Here is a new module Mail::Sender. It provides an object based interface to sending SMTP mails. It uses a direct socket connection, so it doesn't need any additional program. Enjoy, Jenda *END* $sender->SendFile( {description => 'Perl module Mail::Sender.pm', ctype => 'application/x-zip-encoded', encoding => 'Base64', disposition => 'attachment; filename="Sender.zip"; type="ZIP archive"', file => 'sender.zip' }); $sender->Close;

And then there's the question whether you should use HTML in the body of an e-mail at all....

--
Brigitte    'I never met a chocolate I didnt like'    Jellinek
http://www.horus.com/~bjelli/         http://perlwelt.horus.at

Replies are listed 'Best First'.
Re: Re: Mail::Sender problem.
by Jonathan (Curate) on Jan 08, 2002 at 14:24 UTC
    The question is similar to one I raised last year. I never did get it working.
    Why HTML in the mail body? Well why not? My users certainly prefer html, it looks a lot more professional than plain ascii. Your example is to add an attachment and is easy to get working. The question, as I understand it, is to use an HTML img tag, send the gif with the mail and have outlook display it properly.

    Management always feel more comfortable if their corporate logos are displayed.

    Update Take out the subtype => 'related', line in the OpenMultipart call and it will work. It just came to me :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://136886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-19 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found