Receiving Email Notifications Add this line after the #PBS directive to receive emails when a job starts and ends. “#PBS -m e -M [your email address]” to send an email when the job ends. or ”#PBS -m abe -M [your email address]” to send an email when the job begins, ends, or is aborted. For example: […]