mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Testmail CLI dosent work correctly. #284
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majster95 on GitHub (Sep 13, 2024).
Description
Hi, I'm trying to setup SMTP mailer.
I put my SMTP settings and run testmail function, i received "Testmail successfully sent" output but i didnt received any email.
Then, I set wrong password to check for the output and for my suprise I also received "Testmail successfully sent", so that function for sure dosent work correctly.
Btw, Is any chance that Hetzner blocks SMTP requests and that's I cannot send any mail through Vikunja ?
Best regards
Vikunja Version
unstable
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Please select
Screenshots
No response
@kolaente commented on GitHub (Sep 13, 2024):
Did you check the logs of your mail server?
You can also enable more mail logs in Vikunja: https://vikunja.io/docs/config-options#mail
The cli does not ask for a password. Where did you set a password?
@majster95 commented on GitHub (Sep 13, 2024):
I set my password for SMTP by VIKUNJA_MAILER_PASSWORD env.
Update:
Ok, now i got more detailed output with debug log level. I'll try to investigate it more and come with an answer.
Thank you
@majster95 commented on GitHub (Sep 13, 2024):
I still dont receive any email
@kolaente commented on GitHub (Sep 13, 2024):
What do the logs of your mail server say?
@majster95 commented on GitHub (Sep 13, 2024):
It seems it was a problem with SMTP server, got it working with Gmail.
Thank you