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 page-in and page-out in redhat linux?

1 Answers  


Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?

4 Answers  


in linux gui desktop icon was lost how con u back this icons

2 Answers  


How does the boot process[init levels] work on Linux? How is it different from Solaris?

3 Answers  


What is the difference between home directory and working directory?

10 Answers   Accenture, Flexi,






what is kernel panic error ? how will you fix it if you have face it after rebooting without the the help of rescue disk ?

2 Answers   Oracle,


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  


How is the difference between ftp and sftp ? and explain how to create ftp server and sftp server with example ?

2 Answers   Bank Of America, IBM,


what is meant by mysql clustering

2 Answers  


I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????

6 Answers   IBM,


What is the difference between semaphore and spinlock?

1 Answers  


What is the name and path of the main system log?

3 Answers  


Categories