2018-04-06 21:46:02 +09:00
|
|
|
# Naver SMTP
|
|
|
|
mail.host=smtp.worksmobile.com
|
|
|
|
mail.port=465
|
|
|
|
mail.username=geek@loafle.com
|
2018-05-04 16:38:36 +09:00
|
|
|
mail.password=@cosmos@5795
|
2018-04-06 21:46:02 +09:00
|
|
|
mail.protocol=smtps
|
|
|
|
|
|
|
|
mail.properties.mail.smtp.auth=true
|
|
|
|
mail.transport.protocol=smtp
|
|
|
|
mail.properties.mail.smtp.starttls.enable=true
|
|
|
|
mail.smtps.ssl.checkserveridentity=true
|
|
|
|
mail.smtps.ssl.trust=*
|
|
|
|
|
|
|
|
|