You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from imcflibs.imagej.misc import send_notification_email
21
17
18
+
from imcflibs.log importLOGas log
19
+
from imcflibs.log import enable_console_logging
20
+
from imcflibs.log import set_loglevel
22
21
23
22
enable_console_logging()
24
23
set_loglevel(2)
@@ -37,3 +36,7 @@ send_notification_email(
37
36
38
37
log.info("DONE")
39
38
```
39
+
40
+
## Expected behaviour / results
41
+
42
+
A mail should be sent to the address from imcf@unibas.ch, with the output in Fiji being "Successfully sent email to <nikolaus.ehrenfeuchter@unibas.ch>".
0 commit comments