Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Mail subject output of script Post 11132 by ghoti on Thursday 29th of November 2001 10:33:41 AM
Old 11-29-2001
I don't know if this is of any help, but I had the same problem with getting 'mail' to run from within a script, and I had to resort to using sendmail.

below is an example of how I used it.
Code:
#!/bin/bash
TO="me@xxx.com"
CC=""
FROM="someone_else@xxx.com"
SUBJECT="This is a test"

/usr/sbin/sendmail -t <<-EOF
To: $TO
Subject: $SUBJECT
        Hello,
        Body goes here. 
        regards,
        your script

EOF
echo "Done....!="

I hope this helps a bit..
-gHoTi
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to set Subject in 'mail' ?

Hi, I am trying to send some file to some mail ids using mail command in UNIX. Now the issue is I am not able to find how to add "Subject text" to the command. So I am using command like "mail abc@yahoo.com < file_name" Now if I use simple mail command I can set subject text by using... (2 Replies)
Discussion started by: hkapil
2 Replies

2. Shell Programming and Scripting

regarding the script output in the mail.

In a script I have the varliable , which holds the string V="some string" I am redirecting the value to a mailfile, which sends the mail in text form in the message box of the mail. I want to print the variable output in the red or blue color in the mail.. Can anyone plz let us know how to do... (0 Replies)
Discussion started by: mail2sant
0 Replies

3. Shell Programming and Scripting

how to run a script using cron job and send the output as attachment via e-mail using unix

how to run a script using cron job and send the output as attachment via e-mail using unix. please help me. how my cron job entry should be? As of now my cron job entry is to run the script at specific time, 15 03 * * * /path/sample.sh | mail -s "Logs" email_id In the above entry, what... (8 Replies)
Discussion started by: vidhyaS
8 Replies

4. Shell Programming and Scripting

script to mail monitoring output if required or redirect output to log file

Below script perfectly works, giving below mail output. BUT, I want to make the script mail only if there are any D-Defined/T-Transition/B-Broken State WPARs and also to copy the output generated during monitoring to a temporary log file, which gets cleaned up every week. Need suggestions. ... (4 Replies)
Discussion started by: aix_admin_007
4 Replies

5. Shell Programming and Scripting

Redirect script output to a file and mail the output

Hi Guys, I want to redirect the output of 3 scripts to a file and then mail the output of those three scripts. I used below but it is not working: OFILE=/home/home1/report1 echo "report1 details" > $OFILE =/home/home1/1.sh > $OFILE echo... (7 Replies)
Discussion started by: Vivekit82
7 Replies

6. Shell Programming and Scripting

[Solved] Shell script output in HTML or with table like results and mail

Hello, Currently i have a script which will disply the results in plain text format. I want to format the result in more readable format like Making bold headings and format with colors etc. Something like html and send that content as email. Please help me how i can do that. I am using... (10 Replies)
Discussion started by: joy lobo
10 Replies

7. Shell Programming and Scripting

How to write this script:- check output word and send a mail?

Hi Guys, I am not Good at scripting. I need to write a script such that if output of command shows the particular word in output then send mail to abc@compay.com -bash-3.2$ ps -ef | grep bpbkar root 6040 1 0 13:05:19 ? 0:00 bpbkar -r 2678400 -ru root -dt 47395 -to 0... (20 Replies)
Discussion started by: manalisharmabe
20 Replies

8. AIX

Mail subject splitted

Hi I have a script that is sending mail and it was working fine. But the last time it run, it gave some errors. It look like the subject was split into many receiver. I am on AIX 6.1. #!/bin/ksh # HOSTNAME=`which hostname` MACHINE=`${HOSTNAME}` # E-mail to inform hci of a stop echo "###... (9 Replies)
Discussion started by: jacquesT
9 Replies

9. Shell Programming and Scripting

Invoke a shell script in case mail with a specific subject is received

Hello fellow forum members, I have a script which returns a date (I can design the script to return the value in email), How can I design the script in AIX to invoke another shell script which performs some set of actions. Procmail doesnt work in AIX. (4 Replies)
Discussion started by: ektubbe
4 Replies

10. Shell Programming and Scripting

A shell script to run a script which don't get terminated and send a pattern from the output by mail

Hi Guys, I am very new to shell script and I need your help here to write a script. Actually, I have a script abc.sh which don't get terminated itself. So I need to design a script to run this script, save the output to a file, search for a given string in the output and if it exists send those... (11 Replies)
Discussion started by: Sambit Sahu
11 Replies
wwsetup(8)						      System Manager's Manual							wwsetup(8)

NAME
wwsetup, wnn - Sets up the 8-bit option for sendmail and the Wnn character-cell input method for Japanese SYNOPSIS
/usr/sbin/wwsetup DESCRIPTION
The wwsetup script performs one or both of the following tasks: Enables or disables 8-bit transmission code, which is an option supported by sendmail software By default, sendmail uses the 7-bit SMTP mail transmission protocol that is the standard for sending mail over a TCP/IP network. Note that enabling the 8-bit option is not generally recommended because it violates the SMTP mail transmission protocol. Config- ures the Wnn software that supports a character-cell input method that is widely used in Japan If the Tru64 UNIX IOSJPWNNnnn subset is installed, the wwsetup script asks if you want to create the following links if they do not already exist on the system: /usr/local/bin/Wnn4 --> /usr/i18n/bin/Wnn4 /usr/local/bin/wnn --> /usr/i18n/lib/wnn The script also prompts you to enter the password for Wnn dictionaries if they do not already exist on the system. Both the links and the dictionary password must be in place before Wnn software can be used. SEE ALSO
Commands: sendmail(8), jserver(1wnn) Note that the jserver(1wnn) reference page is available only in Japanese and is included in the subset that contains Japanese translations of reference pages. Others: i18n_intro(5), Japanese(5), l10n_intro(5) wwsetup(8)
All times are GMT -4. The time now is 03:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy