详解SpringBoot配置文件(十二)SendGrid

# SendGrid(SendGrid自动配置)
# SendGrid帐号用户名
spring.sendgrid.username= 
# SendGrid帐号密码
spring.sendgrid.password= 
# SendGrid代理主机
spring.sendgrid.proxy.host= 
# SendGrid代理端口
spring.sendgrid.proxy.port= 

你可能感兴趣的:(详解SpringBoot配置文件(十二)SendGrid)