Support for sending email on job events
Open
enhancement
Feature Request
- Dominant language
- Python
- Stars
- 888
- Forks
- 314
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Slurm has variuous options for sending emails when a job changes status
```
#SBATCH --mail-user=matteo@example.com
#SBATCH --mail-type=BEGIN,END,FAIL
```
which by default uses the system `/bin/mail` program. Does AWS ParallelCluster support this feature, for example using AWS SES or a custom SMTP server?
Contributor guide
Assessment
This issue has not been assessed yet.