-
Notifications
You must be signed in to change notification settings - Fork 127
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
Setting up emails for successful/failed backup isn't easy, and give me some warning after several tries #123
Comments
Starting from v1.19.0, we are using |
@ttionya Hello, What I don't understand is this: do your instructions in the repository are accurate to the changes starting from v1.19.0 and the new MTA credential verification method used by s-nail? And, how to get rid of the warnings? |
In order to prevent users from needing to reconfigure their email due to switching the email sending tool, we aim to avoid disruptive changes as much as possible. Additionally, we won't upgrade to the MTA-only versions of s-nail v15 or v14.10. Therefore, in the documentation, I haven't suggested that users switch to MTA credentials. Users can choose to use either the old-style credentials or the new MTA credentials based on whether they are concerned about the warning messages. I haven't tried MTA credential verification either. I will attempt this after my work hours. |
Thanks in advance 😄 |
See #117 (comment) |
thanks, I'll look into it. |
Hello,
I wanted to setup the email notifications, so set the SMTP env var.
For now, I want to use gmail.
I succeed to get an email after a backup, but I have some warnings in the log:
Here what I have achieved to have an email sent:
(I use
version: "2.4"
for the docker-compose.yml file)And here the env var setup in Portainer from a .env file:
![image](https://private-user-images.githubusercontent.com/29298312/262793721-ad71e113-d79d-4f84-b270-254500d9ed5f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzA5MTQsIm5iZiI6MTczOTYzMDYxNCwicGF0aCI6Ii8yOTI5ODMxMi8yNjI3OTM3MjEtYWQ3MWUxMTMtZDc5ZC00Zjg0LWIyNzAtMjU0NTAwZDllZDVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE0NDMzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyZmFjMzQzOTVlNGUxZWU5OGI3NDZkMDI3ZTM2NmQ2NDk5MWU3ZjNlNDc1YzEzOGJhNTEyZGNkZTdmOWUyM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.esvbMv9CkkcM26CpQMStvRea6khWQMpRd4ONx7wqSv8)
How can I get rid of the warnings?
Thanks in advance
The text was updated successfully, but these errors were encountered: