-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon SES data is not set correctly in .env and also not used correctly in config/services.php #10983
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
I've created a pull request to solve this problem: https://github.com/snipe/snipe-it/pull/10982 |
We use SES on the hosted platform, so it does work, just not the way later versions of Laravel expect it to work |
If I see it correctly, Laravel 8 is used after all. In this there is the following instruction: https://laravel.com/docs/8.x/mail#ses-driver In this guide you can choose the region, otherwise the IAM user would have to be created in us-east-1. But in the current config you can not overwrite the region. I understand that in Laravel 6 it was implemented in a different way, but I assumed that SnipeIT v6 would go back to the default of Laravel. If that is not the case, feel free to consider this issue resolved.
|
Fixed #10983: Possibility to set region for AWS (SES)
Thank you for merging my PR #10982 |
Debug mode
Describe the bug
If the Amazon SES driver is used for sending mails, not all data can be stored in .env or are not accepted correctly in config/services.php.
.env
config/services.php
Reproduction steps
Expected behavior
Amazon SES should work
Snipe-IT Version
v6.0.0-RC-7
Operating System
Debian
Web Server
nginx
PHP Version
8.0.18
The text was updated successfully, but these errors were encountered: