application.yml 547 Bytes
server:
  port: 8002

spring:
  profiles:
    active: prod
  mvc:
    throw-exception-if-no-handler-found: true
  resources:
    add-mappings: false
  mail:
    host: smtp.mxhichina.com
    port: 465
    username: overseas@canrd.com
    password: cccrd4C10bZuPjtT
    protocol: smtps
    properties:
      mail:
        smtp:
          auth: true
          starttls:
            enable: true
            required: true
          socketFactory:
            port: 465
            class: javax.net.ssl.SSLSocketFactory

mail:
  to: contact@canrd.com