diff --git a/app/Composers/SettingsComposer.php b/app/Composers/SettingsComposer.php index 71685eac..dd9d772f 100644 --- a/app/Composers/SettingsComposer.php +++ b/app/Composers/SettingsComposer.php @@ -40,12 +40,12 @@ class SettingsComposer * @var string[] */ protected $mailDrivers = [ - 'smtp' => 'SMTP', - 'mail' => 'Mail', - 'sendmail' => 'Sendmail', - 'mailgun' => 'Mailgun', - 'mandrill' => 'Mandrill', - // 'ses' => 'Amazon SES', this will be available only if aws/aws-sdk-php is installed + 'smtp' => 'SMTP', + 'mail' => 'Mail', + 'sendmail' => 'Sendmail', + 'mailgun' => 'Mailgun', + 'mandrill' => 'Mandrill', + 'ses' => 'Amazon SES', 'sparkpost' => 'SparkPost', 'log' => 'Log (Testing)', ];