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 378cf4b commit cdf7ddfCopy full SHA for cdf7ddf
1 file changed
src/imcflibs/imagej/misc.py
@@ -219,6 +219,8 @@ def send_notification_email(
219
"""
220
221
# Retrieve sender email and SMTP server from preferences
222
+ # NOTE: the leading dot "." has to be omitted in the `Prefs.get()` call,
223
+ # despite being present in the `IJ_Prefs.txt` file!
224
sender = prefs.Prefs.get("imcf.sender_email", "").strip()
225
server = prefs.Prefs.get("imcf.smtpserver", "").strip()
226
0 commit comments