|
|
mailx - Linux
|
Views : 327
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
mailx
mailx is a Unix utility program for sending and receiving mail, also known as a Mail User Agent program. It is an improved version of the mail utility.
mailx is a lightweight mail program which has a command syntax similar to ed. Mailx allows a user to send and read email.
Syntax:
mailx [-s subject] [-a attachment ] [-r from-addr] to-addr . . .
-s subject of email (could be inserted later)
-r indicates the email's sender (not a standard argument)
-a file to be attached to email (in some versions)
-a specify additional header fields (in other versions)
Example:
mailx support@hioxindia.com - Start a new mail message to be sent to support at HIOXINDIA Webhosting company.
|
|
By Sanju, On - 2010-03-16 |
|
|
|