is there any option to sendmail linux command on particular time .
I want make or sending email on particular time .
is there any option to sendmail linux command on particular time .
I want make or sending email on particular time .
You can setup a cron job to execute sendmail at any particular time.
You can use the at command to execute the command once at a later time. One advantage of at over cron is that at uses your environment instead of cron which uses a very basic environment.