-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
[FEATURE]: Modify "mail_from" via GUI settings #926
Comments
I have updated the code. But you are using docker, so that is a bit harder to test. If you are able/wanting to test this, I can create a development version. |
I'd be up for it, towards end of the week or beginning of next one though. Thanks for the quick work on this. |
@theyosh thanks, it works! |
More about the camera? I just created a new release, thought all was fixed |
I was using Bookworm and v4.10.2 on a Raspberry Pi 4 Model B Rev 1.5. |
Ok, you could also try 4.11.0 in a few seconds. That is the latest release. |
I upgraded and all good, we are back online 😃 Thanks! |
Is your feature request related to a problem? Please describe.
It would be very useful to be able to modify the email notifications sender's ("From") address.
Currently, it just takes the receiver address and adds the "+terrariumpi" to the first part of the URL.
TerrariumPI/terrariumNotification.py
Line 556 in b5d6162
The problem is that, some email providers like Gmail recognize this as a potential issue:
which makes services like Mailgun, or Smtp2Go fail sporadically.
Describe the solution you'd like
An option in the GUI to specify the "From" address.
The text was updated successfully, but these errors were encountered: