Interface IMailConfiguration
- All Superinterfaces:
IConfigurationAspect,ISavableConfigurationAspect,IStorableConfiguration<IMailConfiguration>
public interface IMailConfiguration
extends IStorableConfiguration<IMailConfiguration>, IConfigurationAspect
Mail configuration
- Author:
- I-D Media AG
-
Method Summary
Methods inherited from interface com.idmedia.translationstudio.api.configuration.ISavableConfigurationAspect
saveToDiskMethods inherited from interface com.idmedia.translationstudio.api.configuration.IStorableConfiguration
createClone, isEmpty, saveToDisk, toXml
-
Method Details
-
enableTlsProtocol
boolean enableTlsProtocol() -
getSmtpServer
String getSmtpServer()- Returns:
- the smptServer
-
getSmtpPort
String getSmtpPort()- Returns:
- the smptPort
-
getSmtpFrom
String getSmtpFrom()- Returns:
- the smptFrom
-
getSmtpErrorInfoTo
- Returns:
- the smptErrorInfoTo
-
isSmtpAuth
boolean isSmtpAuth()- Returns:
- the smptAuth
-
getSmtpUser
- Returns:
- the smptUser
-
getSmtpPass
- Returns:
- the smptPass
-
limitMailsPerUser
boolean limitMailsPerUser()Limit the number of mails per user- Returns:
-