Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-08-2012, 05:25 AM
|
#1
|
Member
Registered: Apr 2012
Posts: 131
Rep: 
|
How to send email to my yahoo account from command line?
Assalam o Alaikum.
Dear all, I want to send email from my command line to my yahoo account. I am trying following command but nothing happens. I mean no email received on my yahoo account also no error message display.
[root@Zohaib zohaib_shaikh]# mail -s “Helloworld” uk.engr@yahoo.com
This is my First Email form command line
EOT
[root@Zohaib zohaib_shaikh]#
No success. Please guide me thanks.
|
|
|
05-08-2012, 06:02 AM
|
#2
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Is the "mail" program intended to go outside the local system? I just skimmed the man page, and I don't see how one would specify outgoing and incoming servers.
|
|
|
05-08-2012, 06:09 AM
|
#3
|
Member
Registered: Apr 2012
Posts: 131
Original Poster
Rep: 
|
Yes I want to send email to Yahoo account (WAN) from my local network/system (LAN).
|
|
|
05-08-2012, 06:18 AM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
OK---how would you specify the incoming and outgoing servers used by your ISP?---I don't see anything about this in the "mail" manpage.
|
|
|
05-08-2012, 07:57 AM
|
#5
|
Member
Registered: Jul 2004
Location: VIC, Australia
Distribution: RHEL, CentOS, Ubuntu Server, Ubuntu
Posts: 364
Rep:
|
Quote:
Originally Posted by uk.engr
Assalam o Alaikum.
Dear all, I want to send email from my command line to my yahoo account. I am trying following command but nothing happens. I mean no email received on my yahoo account also no error message display.
[root@Zohaib zohaib_shaikh]# mail -s “Helloworld” uk.engr@yahoo.com
This is my First Email form command line
EOT
[root@Zohaib zohaib_shaikh]#
No success. Please guide me thanks.
|
Try sending through telnet by connecting to one of yahoo's MX servers.
|
|
|
05-08-2012, 08:43 AM
|
#6
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
I've done a bit more research---I found references to configuring the servers as part of the ~/.mailrc file. Then I noted that my machine does not have this file.
Curiously, a lot of the stuff on "mail" that google finds does not discuss the .mailrc file at all.
???
|
|
|
05-08-2012, 08:45 AM
|
#7
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
Originally Posted by the_gripmaster
Try sending through telnet by connecting to one of yahoo's MX servers.
|
I thought that "telnet" was a protocol for remote login to another computer (one where you have privileges). How does this relate to sending mail?
|
|
|
05-08-2012, 09:31 AM
|
#8
|
Senior Member
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144
|
Quote:
Originally Posted by pixellany
I thought that "telnet" was a protocol for remote login to another computer (one where you have privileges). How does this relate to sending mail?
|
Like this.
good luck
PS. If you're on a Dynamic IP address range (ex. from your ISP) then almost all mail services (servers) will refuse it.
|
|
|
05-08-2012, 06:51 PM
|
#9
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Clever!!--But, to be precise, does not address the OP's question (wants to use the "mail" utility)
|
|
|
05-09-2012, 02:25 AM
|
#10
|
Senior Member
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144
|
Quote:
Originally Posted by uk.engr
Assalam o Alaikum.
Dear all, I want to send email from my command line to my yahoo account. I am trying following command but nothing happens. I mean no email received on my yahoo account also no error message display.
[root@Zohaib zohaib_shaikh]# mail -s “Helloworld” uk.engr@yahoo.com
This is my First Email form command line
EOT
[root@Zohaib zohaib_shaikh]#
No success. Please guide me thanks.
|
What is your system OS (RHEL, Ubuntu ...)
and
which MTA is it using (sendmail, postfix ..) ?
It will be easier to help you if you can provide some server's info.
|
|
|
05-09-2012, 08:02 PM
|
#11
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,434
|
Code:
(uname -n)|mail -s "Test email" x@somewhere.com
basically works for me, although I usually use mailx.
I haven't tried sending it to yahoo; as above if you're on a dynamic addr, the ISP may block it.
|
|
|
05-09-2012, 09:20 PM
|
#12
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,887
|
In his podcast episode 5x06, Klaatu discussed setting up using Linux to do just what OP is asking.
You can find it towards the bottom of this page: http://gnuworldorder.info/index5.html (he does not provide a link to the specific episode).
|
|
|
05-10-2012, 01:54 AM
|
#13
|
Member
Registered: Apr 2012
Posts: 131
Original Poster
Rep: 
|
Alhumdulillah! Following command perfectly works. Actually I received email in spam and little late so I understood that it doesn't work but actually it perfectly works
mailx -s “Success” uk.engr@yahoo.com
|
|
|
All times are GMT -5. The time now is 10:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|