Skip to content
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

not sending email #5

Open
gcasali01 opened this issue Oct 23, 2023 · 0 comments
Open

not sending email #5

gcasali01 opened this issue Oct 23, 2023 · 0 comments

Comments

@gcasali01
Copy link

Hi, I have a general smtp relay on port 25 without tls and no authentication , but setting up with notification via email I don't see smtp notification in the logs :
--set email.enabled=true
--set email.failures_only=false
--set email.smtp.host=
--set email.smtp.port=25
--set email.smtp.username=test
--set email.smtp.password=test
--set email.from_address=
--set email.to_address=
logs
I see only INFO logs of backup completed :
2023-10-23T09:09:23.305209Z INFO - Watching backups from resource version 15316606
2023-10-23T09:09:23.308743Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:10:23.332620Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.018671003s
2023-10-23T09:10:23.332657Z INFO - Watching backups from resource version 15316606
2023-10-23T09:10:23.335955Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:11:23.363894Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.020082826s
2023-10-23T09:11:23.363919Z INFO - Watching backups from resource version 15316606
2023-10-23T09:11:23.367585Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:12:23.394895Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.026105113s
2023-10-23T09:12:23.394933Z INFO - Watching backups from resource version 15316606
2023-10-23T09:12:23.398321Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant