[plug] Simplest POP dial-in sequence ?
The Thought Assassin
assassin at live.wasp.net.au
Thu Dec 21 14:21:54 WST 2000
On Thu, 21 Dec 2000, Paul Day wrote:
> On Thu, 21 Dec 2000, Mike wrote:
> { echo Body of message here } | /bin/mail -s "Subject" recipient at somewhere
Perhaps better would be:
cat | /bin/mail..........
<type body of message here, followed by ^D>
Since this prevents bash from trying to interpret any punctuation in the
contents of the message.
-Greg Mildenhall
More information about the plug
mailing list