aws-samples / aws-marketplace-serverless-saas-integration

Example of serverless integration for SaaS products listed on the AWS Marketplace.
MIT No Attribution
130 stars 76 forks source link

email not working #15

Closed jimzucker closed 2 years ago

jimzucker commented 3 years ago

We were able to get the stack working but when the website says you are getting an email it never comes.

Any hints on where to look will be welcome

karthikeyan-kandasamy commented 2 years ago

@jimzucker Did you get a clue on this email part?

chotafakir commented 2 years ago

Hi Jim, the Buyer email notification is an optional feature that has to be enabled by the seller. By default, the solution assumes, the email will be sent by the seller's team after they receive the customer's information.

If you want to setup automated Buyer email, use the "MarketplaceSellerEmail" parameter to set up the email. https://github.com/aws-samples/aws-marketplace-serverless-saas-integration#list-of-parameters

The code for the Buyer email setup can be found here: https://github.com/aws-samples/aws-marketplace-serverless-saas-integration/blob/master/src/register-new-subscriber.js#L18

fernando-mc commented 2 years ago

@chotafakir maybe I'm missing something in the docs but the automated reply via SES (that happens when the MarketplaceSellerEmail is set) would also assume that SES is out of the sandbox correct?

If so, should that be included in the documentation with that step?