Skip to content

Commit e0699e9

Browse files
author
GroG
committed
missed one
1 parent d2e11e5 commit e0699e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myrobotlab/service/config/EmailConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public class EmailConfig extends ServiceConfig {
2020
public String starttlsEnabled = "true";
2121
public String starttlsRequired = "true";
2222
public String to; // if set sends auto
23-
public String user = null;
23+
public String user = "";
2424

2525
}

0 commit comments

Comments
 (0)