Results 1 to 3 of 3
I am trying to send a mail message with a jpeg image in the body of the message along with some text. The command just hangs.
(echo "Here is a ...
- 08-19-2011 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 3
Mail Command Line Help
I am trying to send a mail message with a jpeg image in the body of the message along with some text. The command just hangs.
(echo "Here is a pretty picture." ; uuencode picture.jpg) | mail -s "Pic and Text" <address>
What am I doing wrong?
- 08-22-2011 #2Just Joined!
- Join Date
- Aug 2011
- Posts
- 35
may be this can help you:
SHELLdorado - Sending files as mail attachments
- 10-27-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 22
You can also use sendEmail software, it's easy and work well
caspian.dotconf.net/menu/Software/SendEmail/


Reply With Quote