No verification emails (selfhosted) #2332
Unanswered
dfertw8474
asked this question in
Q&A
Replies: 2 comments 7 replies
-
|
If you're not seeing any error logs in the rallly container then I'd assume the email is being sent successfully and the answer will be somewhere in the logs of either your SMTP server or the receiving mailbox. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
A short update: seems to be working now, signing in with the password. One thing: when a participant is using his email address in the poll, the email answer is in English, even if the interface is set to German. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've installed the latest Rallly version via Container Manager on my Synology NAS.
So far, I was able to create the user, create a poll.
However, it's not possible anymore (got twice a code) the get the verification (6digit) codes.
Using the same SMTP account as for my NAS (for notifications) with my own domain. Not Google or something else.
All other external mails or the host notification mails to the target email account for the user (same domain) are coming in but no one from Rallly.
Nothing in SPAM or so.
I have a lot of mailboxes with the provider and my domain, and all the other stuff is working.
How can I find out what's going on here? Are there any send mail logs somewhere?
It must be an issue here with the mail sending stuff in Rally, nothing to do with my mail accounts.
Environment stuff in the compose.yaml:
environment:
DATABASE_URL: postgres://ralllyuser:redacted@rallly-db:5432/rallly
SECRET_PASSWORD: redacted
NEXT_PUBLIC_BASE_URL: https://redacted.example.com
SUPPORT_EMAIL: redacted@mydomain.de
SMTP_HOST: smtp.strato.de
SMTP_PORT: 465
SMTP_SECURE: true
SMTP_USER: redacted@mydomain.de
SMTP_PWD: redacted
#EMAIL_LOGIN_ENABLED: true #or false to Limit Login to SSO. Remove the # in front of EMAIL_LOGIN_ENABLED
REGISTRATION_ENABLED: false #or false to Disable User Registration.
Beta Was this translation helpful? Give feedback.
All reactions