Operating system
Linux
Joplin version
2.14.2
What issue do you have?
So I got Joplin all installed on my Unraid server as part of my move to becoming more selfhost-sufficient, and Joplin looked like a great way of escaping the Apple notes iCloud ecosystem!
I installed the Server on my Unraid box by using the docker-compose.server.yml template from the Github, and tweaking it to my needs. Now, I am still really new to the whole selfhosting game, nad out of all my knowledge, networking/databases that kinda stuff is by far my weakest point. But after playing around I am pretty sure I got it to work! I can access the webUI to login with the default credentials, and I can also access/sync notes on the Windows app and the iOS app too. So imma just roll with it and not question my setup..!
My only real issue, is that I cannot get a confirmation email to come through when trying to change the default admin email address to my own. In the admin page of Joplin Server, I can change the password, and my username, but when I change the email, it says "A confirmation email has been sent to your new address. Please follow the link in that email to confirm. Your email will only be updated after that.". However, I never receive any email at all.
After poking around online, it seems I need to set up the MAILER variables in the Docker compose yml file? Or setup SMTP perhaps? I am honestly not sure.
Check the attached screenshots for examples of what I have found. I have attempted to tweak those MAILER variables to my own setup, but literally NOTHING seems to be working!!
To note, I use Proton Mail / SimpleLogin, so I am not sure if this is important to know when setting these variables.
- MAILER: 1 - that makes sense.
- MAILER_HOST: My email service that I use is Proton Mail, so what would this be in my case? All the examples seem to be for gmail. Or does that not matter?
- MAILER_PORT: What does this need to be set to? What is this port number even referring to?
- MAILER_SECURITY: Again, what does this need to be set to for my use case? This is another one that seems to vary from example to example online.
- MAILER_AUTH_USER: I assume this is my email address - i.e. the one I am trying to change to use in the Joplin admin page.
- MAILER_AUTH_PASSWORD: Now- what is this the password to??! Is this my Joplin password? Is this my Proton Mail password? Is this the default admin password?!!
- MAILER_NOREPLY: I guess this is the same as AUTH_USER ?
From trying to research this online, I found a couple threads on this forum, but it seems like they fixed the issue by editing these variables. Which is just not working for me!
If someone could help shed some light on this whole changing-the-email-but-never-receiving-the-confirmation business, that would be extremely helpful. I feel like I am going mad !
Thank yous kindly.