The man page for at
says :
The user will be mailed standard error and standard output from his commands, if any. Mail will be sent using the command /usr/sbin/sendmail.
This is working fine, but the subject line in the emails is generic:
Subject: Output from your job 10
How do I make the subject something descriptive of my choosing?
I'm using Debian 8.
at
manual, I'm not sure that's possible... – Kusalananda Jan 23 '17 at 09:16at
command (seestrings \
which at``). Get the sources, modify to your needs, and compile - seems to be the only way. – ridgy Jan 23 '17 at 11:44procmail
to process the mail on its way to your mailbox and, eg, replace the subject by the first line in the body of the mail. – meuh Jan 23 '17 at 12:16