How Do I Send Email With Linux?
mail hermie
The system will respond with a Subject: prompt. Type the subject for your note, press enter, and then write your message, line by line. When you're done with your missive, press enter to get to a blank line, then ctrl-D to send it.
Here's a sample mail session. (The stuff you type is shown in bold, and the system prompts are normal intensity.)
# mail hermie
Subject: Gone Fishing
I've decided to kick back this afternoon and go fishing.
So if this crazy Linux system rolls over and
dies,
I suggest you do likewise.
^D
EOT
After you press ctrl-D, the system responds with the cryptic EOT message, which could mean "End of Text," or "Eat Only Twinkies," or whatever you like.
You may notice an apparent contradiction in the preceding example, since the email address of the recipient does not contain an @ sign and a domain name. If the sender and recipient are on the same system, it's all right to give just the user name as the email address. You could just as well have addressed your mail to hermie@fritz.com since in this case, this is equivalent to hermie.
Previous Lesson: Perl Pattern Matching
Next Lesson: Reading Email
Comments - most recent first
(Please feel free to answer questions posted by others!)
®зникла проблема,не могу писать посты на ме, о выдает
ошибку FlashScript 458 Error
Что это может быть ?
- о большой ассортимент + разли аккаунты активированные по смс
<b>По всем вопросам пишите сразу в аську ICQ 231538</b>
акуанты yahoo , купить акк жж , продажа аккаунтов youtube , продажа аккаунтов mail.ru , mamba распрадажа , интернет магазин аккаунтов drjynfrnt , покупка аккаунта на мамбе , купить аккаунты вконтакте , продажа аккаунты вконтакте , продажа аккаунтов facebook , продажа аккаунтов вконтакте , аккаунт xml , магазин аккаунтов лавпланет , база акков майл ру , продам аккаунты одноклассники , купить аккаунты gmail , где купить аккаунты gmail , купить аккаунт твиттер с оверами , продам дневник site:liveinternet.ru , yahoo.co.ru , продажа аккаунтов facebook , купить аккаунт linkedin , купить аккаунты вконтакте , купить gmail аккаунты , прит ли смс от loveplanet , купить акки сотей , магазин онлайн продажи аккаунтов mamba , liveinternet.ru/users/akkayntu/ , продажа аккаунтов yahoo , продам акки вк , продажа аккаунтов вконтакте , одноклассники акки , купить аккаунты вконтакте , аккаунты одноклассников , продам аккаунт одноклассники , магазин аккаунтов вконтакте , купить аккаунт email , продажа аккаунтов: yahoo gmail , продажа аккаунтов vkontakte , купить красивые аккаунт яндекс , онлайн магазин аккаунтов вконтакте , купить аккаунты вконтакте онлайн , онлайн сервис аккаунтов вконтакте , куипть акки mail.ru , купить аккаунты facebook.com , на аккаунты одноклассников , www.yandex.ru дневник , продажа аккаунтов odnoklassniki , user.prodaja gmail.com , продам акки мамба , покупка аккаунтов в контакте , продажа акков livejournal , купить аккаунты вконтакте онлайн , продам раскруые акки вконтакте , онлайн магазин аккаунтов , купить аккаунты mail.ru , vkontakte.ru codi , знакомства майл ру как узнать реалстатус , куплю аккаунты мамба со статусом реал , город друзья комментарии yahoo hotmail , продаем аккаунты одноклассников , аккаунты я магазин аккаунтов , продажа акков вк , real-статус мамба в ате , купить аккаунты яндекс , куплю mail.com акки , магазин аккаунтов , купить аккаунты mail.ru авторег , магазин аккаунтов youtube , онлайн продажа аккаунтов вконтакте , купить facebook pva , 1 google продажа , купить аккаунты вконтакте онлайн , аккаунты yahoo pop3 .
mail -s "Sub:Test Mail" abc@gmail.com
When I give this command, its geting struck and nothing is coming later. Mine is Red Hat Linux 5.3 (Tikanga). But I am able to send the mails from the application server with my EmailService.
I even tried the mutt utility. Here is the below command I used.
mutt -a test.out -s "Sub-Test" abc@gmail.com
Please do the needful.
Thanks
thank you
[root@localhost ~]#mail -s "test" name@gmail.com
text..
Cntrl-D
Can somebody help me get out of this trouble...?
is more useful as a command as it shows whether the mail was sent or not before checking the log files.
I use a Red Hat derivative
Try editing the file or its equivalent "/etc/xinetd.d/telnet"
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
thanks
first, i want to thank you for setting up this linux tutorial, i learned a lot from this and it proves to be a great
reference. actually it was in this site where i started to study linux. using linux is quite addicting, that i
started to download lot of tutorials, and managed to learned more from them.
my issue is about running a telnet server. the distro that i'm using right now is ubuntu 10.10. it does not include
the package that is required for running telnet daemon. installing additional package is not easy since my computerat
at home is not connected to the internet, "apt-get install [package]" is not possible. my option is to use dpkg
command to install package from a file. i already downloaded the package "inetutils-telnetd*.deb" and all its
dependencies and manage to successfully install it. but i cant seem to run telnetd, even if i issue the command to
run it. "ps" command does not show that it is running although inetutils-inetd is running which is one of its
dependency. i've search all the tutorials i have but cant find the topic, although i havent search the HOWTO doc.
man pages doesnt help me neither. i dont know if i need to make a script to run the telnet daemon and put it in
the runlevel directory. my linux default runlevel is 2, and i saw a script inside the rc2.d directory which runs
the inetutils-inetd automatically at startup.
i can seldom access the internet, so searching thoroughly the solution from the web is quite not possible.
hope you'll have the time to give me a solution.
also, can i ask how to share a directory to the network using the command line. and how can i mount and access
it from another linux machine. i know ftp is one solution, but i also cant run ftpd after installing it.
thanks in advance.
rico
Please suggest software name if any yet for linux.
How to send message threw terminal in linux
No mail for XXXX
you use this steps,
1) ssh IP Address
2)system ask you password. you write that system password and use command......init 6.
you need to do install mailutils on Ubuntu, then it will work correctly
sudo apt-get install mailutils
hermie@ubuntu:~$ mail <name of user>
The program 'mail' can be found in the following packages:
* heirloom-mailx
* mailutils
Ask your administrator to install one of them
mail: command not found
hermie@ubuntu:~$
Do you known the mail command that I can use on the above operating system?
Recently at my faculty, a group of programmer who had customized ubuntu into there own version visited us and showed us there version.
I would like known how they got to access the O/S's code and which tools did they use?
I welcome your comments. However... I am puzzled by many people who say "Please send me the Linux tutorial." This website *is* your Linux Tutorial! Read everything here, learn all you can, ask questions if you like. But
don't ask me to send what you already have. :-) NO SPAM! If you post garbage, it will be deleted, and you will be banned.
Copyright © by -
All rights reserved - Redistribution is allowed only with permission.

