I am trying to send mail using the following command line: echo "message body ....." | mail -s "message header..." name@external_server.com it doesn't work on UBUNTU 12.10 while I used it with no problems on Ubuntu 12.04 . I have the following mail related packages- posrfix, sendmail and mailutils. I appreciate any directions to debug & resolve the problem.
I have Ubuntu 12.10 with mailutils and postfix packages installed. I tried the following command line ==> mail -s "subject .... " name@domain.com but it fail to send out the mail where name@domain.com is my email address carried by google. Can anyone help with the complete installation & setup required for the mail command line to work on Ubuntu 12.10?
I'd like to write a simple script that alerts me if a log changes. For this I'm using grep to find the lines I'm interested in. Right now it works like this:
grep line /var/log/file | mail -s Log email@domain.tld
Problem is that this sends a mail even if no matching lines are found.
Here's my configuration file : http://subversion.assembla.com/svn/maconf/icewm/preferences
These commands don't work
KeySysWorkspace1="Ctrl+Alt+1"
KeySysWorkspace2="Ctrl+Alt+2"
KeySysWorkspace3="Ctrl+Alt+3"
KeySysWorkspace4="Ctrl+Alt+4"
KeySysWorkspace5="Ctrl+Alt+5"
KeySysWorkspace6="Ctrl+Alt+6"
KeySysWorkspace7="Ctrl+Alt+7"
KeySysWorkspace8="Ctrl+Alt+8"
KeySysWorkspace9="Ctrl+Alt+9"
KeySysWor
Hi Guys,
Am tried with the mail & mailx command to send mail to other localhost machine, Which are all connected in a LAN. I can not able to send, Either it wont display any error message at that time and later am receiving a failure mail.. But i can send and receive (from-to) in my machine.. What is the problem with that? Shall i need to configure any packages for this.??
I came across a sentence in vimdoc:
Note: CTRL-S does not work on all terminals and might block
further input, use CTRL-Q to get going again.
and this key indeed hangs my vim. I was thinking that it was the fault of vim,
since there was no problem when I use C-s/C-x C-s in emacs nox.
dear all,
I have never configured "mail" on linux. Now I need to use a script to email me a report once every day. Till now, I have been using Thunderbird and use the SMTP /IMAP server in my campus to send and receive mail
I want to know how to use the mail command from the command line to send mails.
hi sir
i have centos5.3 i have mail server qmail toaster i can send /recieve mail from mail server but i have another server having varios application like bug tracker mantis,dotproject etc i already configured this application to send mail when any action is taken in this aaplication ,but from few days the mail are received from this application while normal mail from mail server is working i al
I am able to send mail without the user interaction through java mail
the problem is that as mail body it takes a string and i have no idea
how to send text of the body with style big size or color
please help me?
The general question is how to send mail without user interaction that can be set
style to the text of the body of the mail?
Edit:
I'm useing a code i found to send mail without user i