Hi,
My jobs are running on the condor but I don't receive any E-mail notification after the job completes even if I specify the email address in the submit file, do I need to change anything in condor_config file.
I have included following statements in the condor submit file for the E-mail Notification.
Notification = Always
Notify_User = <email_address>
For example I have Included
Notification = Always
Notify_User = swarna@xxxxxxxxx
I tried using
Notify_User = <swarna@xxxxxxxxx>
but No luck.
Can anyone help me with this.
Thanks,