Sponsored Content
Full Discussion: Automating Mail Process
Top Forums Shell Programming and Scripting Automating Mail Process Post 302978574 by rajnikant on Monday 1st of August 2016 11:38:54 AM
Old 08-01-2016
Automating Mail Process

Hi Don Cragun

1. i ran the script with echo keyboard inside the script as u instructed and it is unable to send the mail,it just displays the files inside that Folder.
Code:
/sreenivasa@UIPL08:~/Desktop$ ./Experiment1.sh
#mail -s linux mail send attachment example  -a "/home/sreenivasa/Desktop/ATTACH/Arduino.doc" -a "/home/sreenivasa/Desktop/ATTACH/Bug.jpg" -a "/home/sreenivasa/Desktop/ATTACH/Bugzilla.pdf" -a "/home/sreenivasa/Desktop/ATTACH/Dataset.zip" -a "/home/sreenivasa/Desktop/ATTACH/diet.jpg" -a "/home/sreenivasa/Desktop/ATTACH/Raj.txt" -a "/home/sreenivasa/Desktop/ATTACH/RFQ.xlsx"  rajnikant875@gmail.com,sinha6315@gmail.com,rajnikant@gytechs.com

2. And when i use the same script with single attachment it will send mail with that particular attachment.

3. When i ran same script without echo keyword,it displays output something as:
Code:
sreenivasa@UIPL08:~/Desktop$ ./Experiment1.sh
 -a "/home/sreenivasa/Desktop/ATTACH/Arduino.doc" -a "/home/sreenivasa/Desktop/ATTACH/Bug.jpg" -a "/home/sreenivasa/Desktop/ATTACH/Bugzilla.pdf" -a "/home/sreenivasa/Desktop/ATTACH/Dataset.zip" -a "/home/sreenivasa/Desktop/ATTACH/diet.jpg" -a "/home/sreenivasa/Desktop/ATTACH/Raj.txt" -a "/home/sreenivasa/Desktop/ATTACH/RFQ.xlsx": No such file or directory

4. i tried using mailx,uuencode but none of them are working with multiple attachment.But for loop is able to attach all the files from ATTACHMENTS folder.

5. Please share your input.


Thank U
Rajnikant

---------- Post updated at 10:38 AM ---------- Previous update was at 10:36 AM ----------

The code which i am using is:
Code:
/#!/bin/bash
ATTACHMENT_DIR="/home/sreenivasa/Desktop/ATTACH"
ATTACHMENTS=
BODY_FILE="/home/sreenivasa/Desktop/Testing.txt"
SUBJECT="linux mail send attachment example"
TO_LIST="rajnikant875@gmail.com,sinha6315@gmail.com,rajnikant@gytechs.com"

# Gather list of attachments:
for file in "$ATTACHMENT_DIR"/*
do    [ ! -f "$file" ] && continue
    ATTACHMENTS="$ATTACHMENTS -a \"$file\""
done

# Send the message.
mail -s "$SUBJECT"  "$ATTACHMENTS" "$TO_LIST" < "$BODY_FILE"


Last edited by Don Cragun; 08-01-2016 at 01:11 PM.. Reason: Fix CODE tags and and ICODE tags.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Process mail using cron

I am looking for information on how to process mail using a cron job. The email server is a hosted ISP, so I simply have a POP connection to the mailbox. Specifically, I want to fire a cron job at {x} time and have pine, mail, mailx, or some other suitable mail client utility process the... (1 Reply)
Discussion started by: EOD
1 Replies

2. Shell Programming and Scripting

Automating build and test process

Hey ppl, I've been asked to automate the build and test process for my team at office.we work on Linux and use Perforce for SCM. I've just joined this company and dont have much knowledge on unix scripts. Could someone tell me how to go about doing this? (0 Replies)
Discussion started by: laxmi
0 Replies

3. Linux

Automating build and test process

Hey ppl, I've been asked to automate the build and test process for my team at office.we work on Linux and use Perforce for SCM. I've just joined this company and dont have much knowledge on unix scripts. Could someone tell me how to go about doing this?:confused: (8 Replies)
Discussion started by: laxmi
8 Replies

4. Shell Programming and Scripting

Killing of a process and send a mail if the process doesnot come up within 2 minutes

Hi Friends, I am new to this forum as well as new to shell scripting. I have a problem here and i need someone to solve this. Let us consider there are two processes(abc & def).There is a script which kills these two processes(i.e killtheprocess abc). Here abc is the argument . There is a... (1 Reply)
Discussion started by: Prince89
1 Replies

5. Shell Programming and Scripting

Issue in mail sending process

Hi I created one CSV file and i need to append some message in the content of my mail. $sales=sales.dat $sales_csv=sales.csv $sales_report=sales.txt this is the command am using it. echo "sales for `date`"| read subject uuencode $sales $sales_csv | mailx -ms "${subject}."... (2 Replies)
Discussion started by: bobprabhu
2 Replies

6. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

7. Shell Programming and Scripting

automating daily monitoring process

Hi there, I have to automate daily monitoring process and then the result of these process should be sent to a log file, then this log file should be mailed . ps -ef | grep aa In this atleast one process should run. If the process is running it should mention Success in the log file... (3 Replies)
Discussion started by: NehaKrish
3 Replies

8. Shell Programming and Scripting

Automating The process

Hi Guru's, I am trying to write a scripts that will automate my image provisoining process. Scenario: I have Linux Image Hosted on cloud which needs to be provisoned before it can be used. Currently we log onto the image through the putty on windows and connect to linux instance. I... (3 Replies)
Discussion started by: taqvia
3 Replies

9. UNIX for Dummies Questions & Answers

Automating a process

Could any one tell me , how to start a thread here, i just searching for so long. sorry to post in irrelavent here ---------- Post updated at 08:19 AM ---------- Previous update was at 08:00 AM ---------- Hi, I got a requirement to automate the process. We have SLA files, there are... (1 Reply)
Discussion started by: afahmed
1 Replies

10. Shell Programming and Scripting

Automating an interactive process with EOF string

Hello, I'm running Stockfish chess engine ( Home - Stockfish - Open Source Chess Engine ) CLI on Linux in interactive mode which is working fine. root@ubuntu1950x:~# ./stockfish Stockfish 080218 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott setoption name Debug Log File... (2 Replies)
Discussion started by: prvnrk
2 Replies
GVFS-TRASH(1)							   User Commands						     GVFS-TRASH(1)

NAME
gvfs-trash - Move files or directories to the trash SYNOPSIS
gvfs-trash [OPTION...] [LOCATION...] DESCRIPTION
gvfs-trash sends files or directories to the "Trashcan". This can be a different folder depending on where the file is located, and not all file systems support this concept. In the common case that the file lives inside a users home directory, the trash folder is $XDG_DATA_HOME/Trash. Note that moving files to the trash does not free up space on the file system until the "Trashcan" is emptied. If you are interested in deleting a file irreversibly, see gvfs-rm. Inspecting and emptying the "Trashcan" is normally supported by graphical file managers such as nautilus, but you can also see the trash with the command gvfs-ls trash://. OPTIONS
The following options are understood: -h, --help Prints a short help text and exits. -f, --force Ignore nonexistent and non-deletable files. --empty Empty the trash. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
ls(1), gvfs-rm(1), Desktop Trash Can specification[1] NOTES
1. Desktop Trash Can specification http://freedesktop.org/wiki/Specifications/trash-spec gvfs GVFS-TRASH(1)
All times are GMT -4. The time now is 01:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy