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

Re: can't get mailx to send from within a script

by nimdokk (Vicar)
on Aug 17, 2006 at 12:09 UTC ( [id://567900]=note: print w/replies, xml ) Need Help??


in reply to can't get mailx to send from within a script

The system command won't work with all double quotes like you have. The initial double quote around hello closes the double quote you started before /bin/mailx. Try using single quotes around hello. You might also try using qx!! or even one of the mail modules (i.e. Net::SMTP) to send your mail.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found