We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a70988c + b3670cb commit 5d48698Copy full SHA for 5d48698
1 file changed
tests/interactive-imagej/send-notification-email.md
@@ -8,6 +8,18 @@ from imcflibs.log import enable_console_logging
8
from imcflibs.log import set_loglevel
9
10
11
+"""
12
+Usage:
13
+BEFORE starting Fiji, add to the IJ_Prefs.txt:
14
+
15
+.imcf.sender_email=imcf@unibas.ch
16
+.imcf.smtpserver=smtp.unibas.ch
17
18
+Linux/Mac: ~/.imagej/IJ_Prefs.txt
19
+Windows: C:\Users\<USERNAME>\.imagej\IJ_Prefs.txt
20
21
22
23
enable_console_logging()
24
set_loglevel(2)
25
0 commit comments