Sending Emails through AWS SES (#32)
This commit is contained in:
@ -68,10 +68,21 @@ spring:
|
||||
url: jdbc:mysql://localhost:3306/support_portal
|
||||
username: support_portal_user
|
||||
password: Supp0rt_Porta!_P@ssword
|
||||
mail:
|
||||
host: email-smtp.eu-north-1.amazonaws.com
|
||||
port: 587
|
||||
username: AKIAVW7XGDOWFHHCELIH
|
||||
password: BJyWOWS1xWYR35MRCFn3BuuQ6vY+k7DRsdAvOfqDs/Fk
|
||||
|
||||
# we want to test (1) from localhost, (2) from S3 bucket Static Web Site, (3) from our EC2 instance
|
||||
app:
|
||||
email:
|
||||
from: d.art.shishkin@gmail.com
|
||||
carbon-copy: d.art.shishkin@gmail.com
|
||||
cors:
|
||||
allowed-origins: http://localhost:4200,http://art-support-portal.s3-website.eu-north-1.amazonaws.com,http://support-portal.shyshkin.net
|
||||
server:
|
||||
port: 5000
|
||||
logging:
|
||||
level:
|
||||
net.shyshkin: debug
|
||||
Reference in New Issue
Block a user