configurable "from" address (fix #664)

This commit is contained in:
Athou
2014-11-07 09:38:55 +01:00
parent 97c2cc3d15
commit c0557856a3
2 changed files with 5 additions and 1 deletions

View File

@@ -89,6 +89,8 @@ public class CommaFeedConfiguration extends Configuration {
private String smtpPassword;
private String smtpFromAddress;
@NotNull
private boolean heavyLoad;