Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Assuming that your mail server is on a droplet that deadlyllama.com resolves to adding the following MX record via the DNS section of the control panel should get basic mail services working.
MX 1 deadlyllama.com
This just tells clients that mail services for your domain are handled by the server at deadlyllama.com.
This will only get a basic setup going and you will want to look into setting up an SPF record and ensure that you have a properly configured PTR (reverse DNS) for your droplet to help prevent messages you send from being flagged as spam.
This comment has been deleted