How to send automated email to a set of people at fixed time ?
Answers were Sorted based on User's Feedback
Answer / vivek raghuwanshi
just create a alias of people and create a command file and
create a crond entry
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / suri
# crontab -eu username
12 16 * * * /bin/echo "hi how are you" | mail -s
textmail username
:wq
#service crond restart
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / manoj
configure sendmail & postfix to configure procmail..
Or configure Q-mail / Squirrel mail & use contab
| Is This Answer Correct ? | 2 Yes | 3 No |
Why is it suggested to disable journalism in ext4 filesystem?
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
what is the difference between semaphore, mutex & spinlock?????
I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers
Friends, I don't have enough free space in root directory. but in home directory I have 40gb free. So I can not install anything in root directory (which occupies more space) Please suggest me If there is any possibility to increase the root directory size by minimising the home directory's.
How to give 2 different gateway IP addresses for 2 different interfaces in same system ?
How To Hide the FTP Version?
what is the difference between fork and thread ? and parent and child process in fork system call?
what is meant by mysql clustering
What is the difference between RedHat linux and Fedora and Ubuntu?
what is the use of runlevel 4 in redhat linux? in which cases it will use.
commands regarding the adding of users into groups n different options with useradd...?