类 MailProperty

java.lang.Object
org.anyline.environment.boot.mail.MailProperty

@Configuration("anyline.environment.boot.mail") @ConfigurationProperties(prefix="anyline.mail") public class MailProperty extends Object
  • 字段详细资料

    • account

      public String account
    • password

      public String password
    • username

      public String username
    • protocol

      public String protocol
    • host

      public String host
    • port

      public String port
    • attachmentDir

      public String attachmentDir
    • ssl

      public boolean ssl
    • autoDownloadAttachment

      public boolean autoDownloadAttachment
  • 构造器详细资料

    • MailProperty

      public MailProperty()
  • 方法详细资料

    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String account)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public String getPort()
    • setPort

      public void setPort(String port)
    • getAttachmentDir

      public String getAttachmentDir()
    • setAttachmentDir

      public void setAttachmentDir(String attachmentDir)
    • isSsl

      public boolean isSsl()
    • setSsl

      public void setSsl(boolean ssl)
    • isAutoDownloadAttachment

      public boolean isAutoDownloadAttachment()
    • setAutoDownloadAttachment

      public void setAutoDownloadAttachment(boolean autoDownloadAttachment)