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



Steve Searle wrote:
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.

So it is. I've always used "Mail" as a habit; it must have been different from "mail" on some system I used in the past, SunOS 4 perhaps.

Paul.

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



Relevant Pages

  • 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 send an e-mail --- (a problem!)
    ... |>Mail is soft linked to mail, so the upper case M makes no difference. ... My mind is like a blotter: Soaks it up, gets it backwards. ...
    (Fedora)
  • 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)