> Jussi Hirvi wrote:
>> Here is what I use:
>>
>> mail -s "My email subject" m...@domain.com <$myfile
>>
>> On some (older?) systems the command is email instead of mail. Check
>> man mail
>
> mail is the standard unix command.
> Has been as long as I can remember, and I believe it is also par
Jussi Hirvi wrote:
> Here is what I use:
>
> mail -s "My email subject" m...@domain.com <$myfile
>
> On some (older?) systems the command is email instead of mail. Check
> man mail
>
> Regards,
> Jussi
mail is the standard unix command.
Has been as long as I can remember, and I believe it
If you're using a typical residential broadband ISP, outbound SMTP may also
be blocked by your provider as a mechanism to minimize mail abuse (spam).
In such a case, you will need to configure your MTA (sendmail or whatever)
to forward all mail through your ISP's official outbound mail server.
You
Jussi Hirvi wrote on Fri, 15 Jan 2010 18:28:54 +0200:
> mail -s "My email subject" m...@domain.com <$myfile
Note the end of the command! I think it needs a body to get sent!
I'm using it here like
some command | mail -s "My email subject" m...@domain.com 2>1
which mails me the output of the com
Here is what I use:
mail -s "My email subject" m...@domain.com <$myfile
On some (older?) systems the command is email instead of mail. Check
man mail
Regards,
Jussi
On 15.1.2010 15:15, Roland Roland wrote:
> Hi all,
>
> i'm trying to get a script to send me an email whenever a certain
Roland Roland wrote:
> i'm trying to get a script to send me an email whenever a certain
> condition takes place..
> i'm afraid i dont have experience with mail command nor anything else
> related to sending emails for that matter..
>
> i googled a bit and tried using mutt and mail ...
> though i
Roland Roland wrote:
> Hi all,
>
> i'm trying to get a script to send me an email whenever a certain
> condition takes place..
> i'm afraid i dont have experience with mail command nor anything else
> related to sending emails for that matter..
>
> i googled a bit and tried using mutt and mail
From: Roland Roland
> i'm trying to get a script to send me an email whenever a certain
> condition takes place..
> i'm afraid i dont have experience with mail command nor anything else
> related to sending emails for that matter..
>
> i googled a bit and tried using mutt and mail ...
> though
On Fri, Jan 15, 2010 at 11:33:02AM -0200, Lincoln Zuljewic Silva wrote:
> Look for erros in /var/log/maillog. Do you have sendmail running?
>
> On Fri, Jan 15, 2010 at 11:15 AM, Roland Roland
> wrote:
> > Hi all,
> >
> > i'm trying to get a script to send me an email whenever a certain
> > condi
At Fri, 15 Jan 2010 15:15:48 +0200 CentOS mailing list
wrote:
>
> Hi all,
>
> i'm trying to get a script to send me an email whenever a certain
> condition takes place..
> i'm afraid i dont have experience with mail command nor anything else
> related to sending emails for that matter..
>
>
Look for erros in /var/log/maillog. Do you have sendmail running?
On Fri, Jan 15, 2010 at 11:15 AM, Roland Roland wrote:
> Hi all,
>
> i'm trying to get a script to send me an email whenever a certain
> condition takes place..
> i'm afraid i dont have experience with mail command nor anything els
Hi all,
i'm trying to get a script to send me an email whenever a certain
condition takes place..
i'm afraid i dont have experience with mail command nor anything else
related to sending emails for that matter..
i googled a bit and tried using mutt and mail ...
though i do not recieve any email
12 matches
Mail list logo