-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Backup Notification Failed after 7.0.5 update #14964
Comments
Do you have |
Hey there. Yes I do. MAIL_BACKUP_NOTIFICATION_DRIVER is set to 'mail'. |
And you set a |
|
You shouldn’t need it, but I guess give it a try? Also run
|
Thank you. The quotations made no difference. Also, I ran the commands you suggested with no luck either. Looking at the logs, it appears that the address '[email protected]' is failing authentication with Amazon SES however I can't seem to find this entry anywhere to change it. I looked through the env file and it looks correct. |
Just to let you know, I was able to resolve the issue by going into config/backup.php and manually editing this entry to reflect my send from address. 'from' => [ Thank you for your time and help today. |
You should definitely never have to edit config files directly, and it's generally recommended that you don't, since your next upgrade will give you git problems. Do you have a |
Hi there. Yes I do. |
It would only use |
I found a problem in config/backup.php
There is no "MAIL_FROM_ADDRESS" variable in the .env file configuration. There is "MAIL_FROM_ADDR". |
Signed-off-by: snipe <[email protected]>
Fixed env var for backup config - related to #14964
@triple-HA - that fix is now on master and will be in the next release |
Debug mode
Describe the bug
After updating to 7.0.5, backup notifications are failing. However test email notifications are working from the settings menu.
Reproduction steps
1.Run backup
2.
3.
...
Expected behavior
Backup runs and send email notifications.
Screenshots
Snipe-IT Version
7.0.5
Operating System
Rocky Linux 9
Web Server
Apache
PHP Version
8.3.8
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: