HI experts,
By using mailx command i can send mails to any email id. and my DNS is like
oper@xyz.com ..... but if someone replied to the mail sent earlier using mailx command. then how to recieve or view that mail ...
Is dre any command to do the same ... Im working on some project and got stucked in this scenario. any help appreciated.
Plz do reply with the program/example ....
Hi,
I am trying to send email with attachment using mailx command. I am using the folowing command:
Code:
uuencode XX_HWSW_BUYERWISE_88963631_1.xls XX_HWSW_BUYERWISE_88963631_1.xls | mailx -s "Test Mail as Attachment" oracleams@xyz.com
I get the email in the inbox.
I've used nmh in the past. I use mailx practically every day—although at a very basic level. mutt gets all the attention, but I'm wondering if is there enough mojo in mailx to handle day-to-day email chores.
Should invest the time to learn mutt or mailx?
Problem Statement:-
Currently I am sending an email using mailx by attaching an html file within the email. But I want to send an email using mailx command instead of attaching the html file in an email, I want to show the results of html file within an email body.
Hello,
I need to read the pipe data as:-
Code:
cat abc.txt | uuencode abc.txt | mailx -s hi xyz@xyz.com
I will override the mailx function so that when mailx is called, it calls my version of maix and in that function I want to read the file which is attached in progional mailx function- abc.txt
Once done, I can do whatever I want with this data...sending it to somebody else rather to int
I tried to send email through mailx, the text file is well formatted when i open in unix, but when received the mail in outlook, the column do not align with the heading. The text file contain the tablespace details which I spool out from database.
Please advise.
HI Guys,
I want send email from my script ..and i have tried below command still no luck.
Code:
( uuencode $Adm "Test.txt" ) | mailx -s "Test" P***.P****@at***.com
Code:
mailx -s "test mail" P****.P***@at***.com < $Admin
Any other option....
Im not talking about a text-based email client that allows you to read and send mails on the terminal like Mutt here. In this article, I will show you a simple way to send emails via the command line.
The tools you will need are "msmtp" and " heirloom-mailx". These two are in the repository of most distros so you can install them easily.
I m trying to send o/p of one file using mailx command but is not working
PFB command :
Code:
cat healthchecklog | mailx -s "HEALTH CHECKS" abc@jkl.com
also I have checked the ps -ef for mailx which is giveing below o/p
Code:
ps -ef | grep mail
root 364 1 0 Jun 08 ? 1:09 /usr/lib/sendmail