flarum / docs

Flarum documentation.
https://docs.flarum.org
MIT License
70 stars 132 forks source link

Amazon SES instructions #83

Closed clarkwinkelmann closed 4 years ago

clarkwinkelmann commented 4 years ago

In order to use the SES driver, the aws/aws-sdk-php package is needed.

In its time, Flagrow Mail Drivers had the following line in its README:

Before configuring the SES driver you need to install the Amazon SDK with composer require aws/aws-sdk-php:~3.0.

We should add it somewhere in the Flarum docs, though I don't know which place makes sense.

We could also make it a message inside Flarum itself when you select the SES driver though I'm not sure it's worth the hassle.

franzliedke commented 4 years ago

Hmm, that sucks a bit in terms of usability. Should we extract SES to an extension instead, that brings along the SDK via its own dependencies?

clarkwinkelmann commented 4 years ago

Yes a separate extension could make sense. It wouldn't contain much code, but that way people could install it like any other extension.

franzliedke commented 4 years ago

Okay, let's do that then.

Closing in favor of flarum/core#1986.