How to send a mail in unix--Please read the description


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to send a mail in unix--Please read the description
# 1  
Old 01-03-2008
How to send a mail in unix--Please read the description

Hi frnds,

I want to send 3 csv files as attachement in unix server how do i do this.

Following is the steps which i need to follow:

1.Shell script sets the environment variables

2.Shell script calls a C++ executable

NOTE:This executable will generate 3 csv files

3.After the executable has completed running shell script detects this and sends out a mail with these 3 files as attachement and

also in the mail i need to write some content .

I tried with mailx but there were some issues in attaching and writing the content in mail

Please reply asap.If possible send the script which does things in similar fashion.

Thanks in advance.This is quite urgent
# 2  
Old 01-03-2008
Quote:
Originally Posted by electroon
If possible send the script which does things in similar fashion.
I suggest you do a search for "uuencode" on this site.
# 3  
Old 01-03-2008
This reads like a homework assignment!

You should be able to find the answer in the "Honor Code" agreement you signed or that is readable in the student handbook.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Read a file and send mail based on grep

Hi All, I am having a job and I need to send email when the job is running. On any other case (success,fail) I don't needed to send email. I check with BMC they told they dont have that in the version I am using. So I created a dependent job and grepped for the status and sent email. My... (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

2. UNIX for Dummies Questions & Answers

Send mail from UNIX

Hi, I am executing the below commands, i didnt get any error and send mail not recevied by respective user. Please help cat a.txt | mailx -s "config" xxx@abc.com (4 Replies)
Discussion started by: sugumar
4 Replies

3. UNIX for Advanced & Expert Users

How can I send a mail from my outlook or other mail accounts to UNIX server?

Hi all, I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix. How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
Discussion started by: igelegin
2 Replies

4. Shell Programming and Scripting

send mail through Unix

Hi Can any one please help me how to send mail through unix. (3 Replies)
Discussion started by: parthmittal2007
3 Replies

5. Shell Programming and Scripting

How to read outlook mails for a particular user and store that mail description in a excel/notepad

My requirements are :- Remote connection to the another server with log in credential. Read the mail from a particular user with date,subject and contents and store these data in XLs with consecutive columns (date,subject and contents). Mail that XLs to multiple user those are in a mailing... (3 Replies)
Discussion started by: ranjan001
3 Replies

6. Shell Programming and Scripting

send mail from unix

Hi all, I'm trying to send a mail from Unix to my company domain. It doesn't show me any error but i dnt even receive mail in my inbox. I'm using mailx -s "sub" name@company_domain.com <file.txt I have few contents in the file which should be sent as message body of the mail NOT... (3 Replies)
Discussion started by: bankimmehta
3 Replies

7. Solaris

send mail from UNIX

Hi We have configured the mail server in our unix box. Still while trying to send mail it goes to dead letter. We issued the command as mailx -s "Hello" someone@somewhere.com Note: Is that required to reboot the server once the send mail is configured in the server. OS Version :... (5 Replies)
Discussion started by: prashanth_gs
5 Replies

8. UNIX for Dummies Questions & Answers

I am not able to send mail form unix to other mail accounts.

Using Mailx command i.e mailx -s "subject" chinni@hotmail.com < \tmp\chin this command executed sucessfully but not able to receive the mail in chinni@hotmail.com please help. (1 Reply)
Discussion started by: chinnigd
1 Replies

9. Shell Programming and Scripting

how to send mail in unix

Dear friends, I want to send mail automatically like (crontab). I have tried with mail command but it it not working. mail -s "hello" xyz@yahoo.com. please help. (12 Replies)
Discussion started by: rajan_ka1
12 Replies

10. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies
Login or Register to Ask a Question