Email address field for email servers that does not use email as the auth username

This commit is contained in:
hsombini
2017-01-07 15:47:24 -02:00
parent 47e6cc4885
commit 4d4e6b43fb
4 changed files with 40 additions and 5 deletions
@@ -27,6 +27,10 @@ public class EmailSettings implements SettingsHolder {
public static final Property<String> MAIL_PASSWORD =
newProperty("Email.mailPassword", "");
@Comment("Email address, fill when mailAccount is not the email address of the account")
public static final Property<String> MAIL_ADDRESS =
newProperty("Email.mailAddress", "");
@Comment("Custom sender name, replacing the mailAccount name in the email")
public static final Property<String> MAIL_SENDER_NAME =
newProperty("Email.mailSenderName", "");