![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem while sending message and attachment with mailx | nihar.dutta | Shell Programming and Scripting | 2 | 08-09-2007 08:15 AM |
| problem with mailx | shriashishpatil | UNIX for Advanced & Expert Users | 7 | 03-02-2006 01:13 AM |
| Problem with mailx command when sending attachment. | miltony | Shell Programming and Scripting | 2 | 12-02-2005 08:43 AM |
| mailx problem | djbartkow | UNIX for Dummies Questions & Answers | 1 | 06-27-2005 01:11 PM |
| mailx problem | iastorms | UNIX for Dummies Questions & Answers | 2 | 05-10-2005 09:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Mailx problem
I can send mail from my Sun Solaris 9 box via the mail gui no problem. If I try it from mailx command line, the mail doesn't send. What might be causing this?
thanks. |
| Forum Sponsor | ||
|
|
|
|||
|
An example of the command line you are using would narrow down the possibilities considerably.
|
|
|||
|
Sorry, I'm just using a simple test mailx command:
server1{root}:$PWD=> mailx <E-mail address> Subject: tester tester body EOT server1{root}:$PWD=> If I use the mail gui on the CDE on the server (logged in also as root) and compose & send an e-mail, it works fine. But if I use the command line, it doesn't. |
|
|||
|
use this for transmission
mailx -s tester xxx@yyy.com <<EOT tester body EOT What can I say, it worked on my machine |