Re: how to send an e-mail --- (a problem!)



Around 03:52pm on Tuesday, September 12, 2006 (UK time), Paul Howarth scrawled:

I think what you're looking for is:

$ echo hello | Mail -s test john.black@xxxxxxxxxx

i.e. replace "sendmail" with "Mail" (note the upper case M).

Mail is soft linked to mail, so the upper case M makes no difference.

Steve

--

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting a bad thing?

21:11:50 up 24 days, 22:37, 1 user, load average: 0.09, 0.06, 0.01

Attachment: pgpm76qaKADYA.pgp
Description: PGP signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages

  • PHP advice: Tips webpage valid?
    ... It covers a lot of flammable material (echo vs. print) but I wonder ... how valid some of the advice is. ... Because it messes up the order in which people normally read text. ... Why is top-posting such a bad thing? ...
    (php.general)
  • Re: How to UPCASE string in bat files?
    ... How to make what %cd% returns be all in the upper or in lower case? ... echo Original value = %CD% ... NOTE: Use 'goto:EOF' if you don't have any cleanup at the end of the batch script. ... For the 'call' command, the colon is needed with the label to differentiate that you are specifying a filename in the 'call' command. ...
    (microsoft.public.windowsxp.general)
  • Re: How to UPCASE string in bat files?
    ... be all in the upper or in lower case? ... echo Original value = %CD% ... NOTE: Use 'goto:EOF' if you don't have any cleanup at the end of the ... I think you omitted a colon when calling your subroutine, ...
    (microsoft.public.windowsxp.general)
  • Re: how to upcase in the bat file?
    ... all in the upper or in lower case? ... than examining each character in turn an translating it if necessary ... many freeware tools that float about or you could do it with this ... #echo new string=%UpperString% ...
    (microsoft.public.windowsxp.general)
  • Re: How to UPCASE string in bat files?
    ... How to make what %cd% returns be all in the upper or in lower case? ... Use character substitution with the 'set' command. ... echo Original value = %CD% ... goto EndBatch <-- ...
    (microsoft.public.windowsxp.general)