How to send automated email to a set of people at fixed time ?

Answers were Sorted based on User's Feedback



How to send automated email to a set of people at fixed time ?..

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

How to send automated email to a set of people at fixed time ?..

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

How to send automated email to a set of people at fixed time ?..

Answer / manoj

configure sendmail & postfix to configure procmail..
Or configure Q-mail / Squirrel mail & use contab

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Linux AllOther Interview Questions

What is the complete name of the default configuration file for LILO?

1 Answers  


What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?

1 Answers  


what are the different types of Backups..?

6 Answers   IBM, SDG,


What utility can you use to automate rotation of logs?

2 Answers  


rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686

1 Answers  






Which directory is closer to the top of the file system tree, parent directory or current directory?

3 Answers  


why /etc/shadow file do not have any permission ?

0 Answers   IBM,


Tell me command which is use for create quota database in Linux.

7 Answers   Wipro,


What is LILO?

11 Answers   Cisco,


There are 4 network Interfaces, how can we find which one is Primary.

2 Answers  


How to give 2 different gateway IP addresses for 2 different interfaces in same system ?

5 Answers   Toyota,


what are the default permissions for files and folders..?

8 Answers   IBM,


Categories