Child pages
  • Mail Server
Skip to end of metadata
Go to start of metadata


Server Property Summary
#mail.development.override.address
#mail.from
#mail.mime.charset
#mail.pop3.apop.enable
#mail.pop3.host
#mail.server.allowUnauthenticatedRMIAccess
#mail.smtp.auth
#mail.smtp.connectiontimeout
#mail.smtp.host
#mail.smtp.password
#mail.smtp.port
#mail.smtp.ssl.enable
#mail.smtp.timeout
#mail.smtp.username

Server Property Details
mail.development.override.address
Specify an email address to which all email will be send instead of the specified To, Cc and Bcc addresses.
The specified to, Cc and Bcc addresses will be added to the Subject.
mail.from
Default 'from' address if none is specified
mail.mime.charset
Specify the name of the charset to use for mail encoding (leave emtpy for system default), see http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html forinfo which charset names are usable
mail.pop3.apop.enable
Whether or not to use APOP for authentication (true/false), defaults to false.
mail.pop3.host
The name of POP3 server to recieve mails from
mail.server.allowUnauthenticatedRMIAccess
Allow mailserver access for unauthenticated smart (rmi) client (true/false), defaults to false
mail.smtp.auth
Use authentication (true/false), defaults to false.
mail.smtp.connectiontimeout
Socket connection timeout value in milliseconds. Default is infinite timeout.
mail.smtp.host
The name of SMTP server to deliver the mails to
mail.smtp.password
Specify password if using authentication
mail.smtp.port
The port of SMTP server to deliver the mails to
mail.smtp.ssl.enable
Use SSL (true/false), defaults to false .
mail.smtp.timeout
Socket I/O timeout value in milliseconds. Default is infinite timeout.
mail.smtp.username
Specify username if using authentication
  • No labels