I was wondering if it is possible to setup a email client on a droplet, that works like Thunderbird or outlook but online. So you can log into the online email client through a browser and have access to all your emails?
Making it easier to switch between computers.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello, @madsriisager
If you want to access your emails using a browser you can simply deploy a webmail client like Roundcube. You can check our tutorial on How To Install Your Own Webmail Client with Roundcube on Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-your-own-webmail-client-with-roundcube-on-ubuntu-16-04
The tutorial covers the installation process for an older Ubuntu version but can complete the initial LAMP setup using the 20.04 tutorial and then simply follow the steps for the Roundcube configuration.
You can also use VNC to interact with a graphical desktop environment on your droplet and then install a mail client, although running a webmail client will be the better option for me.
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04
Regards, Alex