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

Re: Re: Mail::Sender problem

by fuzzysteve (Beadle)
on Dec 11, 2001 at 06:06 UTC ( [id://130839]=note: print w/replies, xml ) Need Help??


in reply to Re: Mail::Sender problem
in thread Mail::Sender problem

The code is in my scratchpad $message is a multiline string

Replies are listed 'Best First'.
Re: Re: Re: Mail::Sender problem
by Fastolfe (Vicar) on Dec 11, 2001 at 22:03 UTC

    Since you're using the MailMsg method, you have to fix your newlines beforehand.

    $message =~ s{\n}{\012\010}g;
      I suspected something like that, though i thought the function would split the message up.

      Thanks for the help

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 15:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found