Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Mail Attachment.

by barrd (Canon)
on Dec 15, 2003 at 17:56 UTC ( [id://314866]=note: print w/replies, xml ) Need Help??


in reply to Mail Attachment.

"my_message" is never get printed...
Nor in its current state would you expect it to, why have you put it in an array? Change it to a string like so:
... $my_message = 'Hello world Look at my attachment'; $msg = MIME::Entity->build(From => 'me@myhost.com', Type => "multipart/mixed", To => 'user@company.com', Subject => "Hello, ! ", Data => $my_message);
There, that should've worked.

It gives some bogus cannot access/read-only file error messages...
Adding the actual error message might have helped but as a quick guess I'd say check the documentation for the attach() paramater: Encoding. That's probably the cause?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-20 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found