Closed mgiannoni closed 1 year ago
Incorrectly configured the AWS Simple Email Service settings The following setup works for our simple closed loop SMTP test
# AWS SES credentials
openwis.metadataportal.email.region=
openwis.mail.senderAddress=
openwis.mail.adminAddress=
# SMTP credentials
mail.smtp.from=[no-reply@giscdev-washington.mdl.nws.noaa.gov)
mail.transport.protocol=smtp
mail.smtp.host=localhost
mail.smtp.port=25
mail.smtp.password=
mail.smtp.auth=false
mail.smtp.starttls=false
No SMTP Email
I cannot get any email to come from either the User Portal, or the DataService.
User Portal Self-Registration
openwis-metadataportal.properties
Data Service Public Email Dissemination
Email delivery of subscription products appears to need the openwis-harness-dissemination, for subscriptions to be delivered by email. However there are no instructions on deploying any of the openwis-harness components:
openwis-dataservice.properties