# The localhost name that is going to be used on SMTP's HELO or EHLO command.
# The default is set to InetAddress.getLocalHost().getHostName() but if either JDK or name service are not
# configured properly, this routine fails and the HELO or EHLO command is send without a name which
# leads to an error: "501 HELO requires domain address"
# The value "null" falls back to InetAddress.getLocalHost().getHostName() which works in most cases.
com.openexchange.smtp.smtpLocalhost=null

# Define the encoding for SMTP authentication
com.openexchange.smtp.smtpAuthEnc=UTF-8

# Enable/disable SMTP Authentication
com.openexchange.smtp.smtpAuthentication=true

# Defines if SMTP header ENVELOPE-FROM should be explicitly set to
# user's primary email address or not
com.openexchange.smtp.setSMTPEnvelopeFrom=false

# Define the socket I/O timeout value in milliseconds. A value less than
# or equal to zero is infinite timeout. See also mail.smtp.timeout
com.openexchange.smtp.smtpTimeout=50000

# Define the socket connection timeout value in milliseconds. A value less
# or equal to zero is infinite timeout. See also mail.smtp.connectiontimeout
com.openexchange.smtp.smtpConnectionTimeout=10000
