We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf7ddf commit e14bbb3Copy full SHA for e14bbb3
1 file changed
src/imcflibs/imagej/misc.py
@@ -211,8 +211,8 @@ def send_notification_email(
211
Notes
212
-----
213
- The function requires two preferences to be set in `~/.imagej/IJ_Prefs.txt`:
214
- `imcf.sender_email` (the sender's email address) and
215
- `imcf.smtpserver` (the SMTP server address).
+ - `.imcf.sender_email`: the sender's email address
+ - `.imcf.smtpserver`: the SMTP server address
216
- If these preferences are not set or if required parameters are missing,
217
the function logs a message and exits without sending an email.
218
- In case of an SMTP error, the function logs a warning.
0 commit comments