Hello! a simple way is to set MailProg in slurm.conf like
MailProg = /usr/local/bin/myscript.sh and write a simple script #! /bin/bash /bin/mail -r "SLURM Daemon <f...@mysite.org>" "$@" best regards > Von: "Andre Torres" <andre.tor...@ibmc.up.pt> > An: slurm-users@lists.schedmd.com > Gesendet: Donnerstag, 24. Januar 2019 17:10:04 > Betreff: [slurm-users] Email parameters > Hi all, > Does anyone know how can I change the “from address” for the job emails ? > Thanks in advance, > Andre