Ben Menking

Results 11 comments of Ben Menking

Running into this issue on Windows and Cygwin64 using the config definition in the documentation. My .jane file that breaks: ```

We ran into the "unable to verify data submission" and it turned out that someone set the "defaultCookieDomain" in config/general.php to ".ddev.site" which broke any environment not using .ddev.site as...

What does row 2268 look like?

It appears your web server isn't configured correctly. Take a look at the Webserver section in the document page https://sendportal.io/docs/v2/getting-started/installation

@volkirik thank you for the report! Can you provide any testing scenarios that can be run to duplicate the three issues?

Since we want to maintain backwards compatibility (as much as possible), I don't think we want to make this change? Anybody else care to comment on this?

Per @Farazdev7 issue, SES needs to be setup correctly for identities. @Mutusen do you have any error information? It could be AWS permissions, SES configuration or a host of other...

That's what I get for not reading the OP :-) What about sending to an external SMTP server, does that work? If SendPortal were actually sending the test email I'd...

You need to setup the sending email address as a verified identity. In AWS console -> SES -> Configuration -> Identities to verify it. Once a sending identity is verified...

You'll need to verify as an identity the actual email address you will be using as the From. Like [email protected] I originally tried just the domain and it wouldn't work.