On Wed, 23 May 2012 15:36:49 -0700, Chris Evans wrote:
> I am having trouble getting mail to send the message I attach the script
> below
(...)
> mail -s "$SUBJECT" -t "$EMAIL" < $EMAILMESSAGE
Run the command manually and check for the output.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE
On Wed, May 23, 2012 at 11:36:49PM BST, Chris Evans wrote:
> I am having trouble getting mail to send the message I attach the script
> below
>
>
>
> #!/bin/bash
> wget http://digitalatoll.com/
> rc=$?
> if [[ $rc != 0 ]] ; then
> # num...@txt.att.net
> SUBJECT="digitalatoll server down"
2012/5/24 Chris Evans :
> I am having trouble getting mail to send the message I attach the script
> below
>
>
>
> #!/bin/bash
> wget http://digitalatoll.com/
> rc=$?
> if [[ $rc != 0 ]] ; then
> # num...@txt.att.net
> SUBJECT="digitalatoll server down"
> # Email To ?
> EMAIL="91661
3 matches
Mail list logo