Skip to content

Commit

Permalink
0006250: Registration failing when registering node is remote and SMTP
Browse files Browse the repository at this point in the history
Mail Server authentication is configured
  • Loading branch information
Philip Marzullo committed Feb 15, 2024
1 parent 9a4f050 commit 523e079
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -396,17 +396,6 @@ private ParameterConstants() {
public final static String SYNC_TRIGGERS_TIMEOUT_IN_SECONDS = "sync.triggers.timeout.in.seconds";
public final static String SYNC_TRIGGERS_REG_SVR_INSTALL_WITHOUT_CONFIG = "sync.triggers.reg.svr.install.without.config";
public final static String SYNC_TRIGGERS_FIX_DUPLICATE_ACTIVE_TRIGGER_HISTORIES = "sync.triggers.fix.duplicate.active.trigger.histories";
public static final String SMTP_HOST = "smtp.host";
public static final String SMTP_TRANSPORT = "smtp.transport";
public static final String SMTP_PORT = "smtp.port";
public static final String SMTP_FROM = "smtp.from";
public static final String SMTP_USER = "smtp.user";
public static final String SMTP_PASSWORD = "smtp.password";
public static final String SMTP_USE_STARTTLS = "smtp.starttls";
public static final String SMTP_USE_AUTH = "smtp.auth";
public static final String SMTP_ALLOW_UNTRUSTED_CERT = "smtp.allow.untrusted.cert";
public static final String SMTP_SOCKET_FACTORY_CLASS = "smtp.socket.factory.class";
public static final String SMTP_SSL_PROTOCOLS = "smtp.ssl.protocols";
public final static String MONITOR_EVENTS_CAPTURE_ENABLED = "monitor.events.capture.enabled";
public final static String HYBRID_PUSH_PULL_ENABLED = "hybrid.push.pull.enabled";
public final static String HYBRID_PUSH_PULL_TIMEOUT = "hybrid.push.pull.timeout.ms";
Expand Down

0 comments on commit 523e079

Please sign in to comment.