I don’t care to have inboxes or the ability to send “from” my domains. I do however want the server to be able to send emails such as when Cron runs and Drupal sends a notice of security updates.
As for my email, all I want is for *@mydomains.com to forward to me@gmail.com and I will read and respond from me@gmail.com.
I’m very new to VPS, what should I be looking at to make this happen?
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!
You can configure cron to send emails/notifications to your @gmail.com email address instead of the system’s root user. Run crontab -e and add the following line before any cronjobs:
MAILTO="you@gmail.com"
As for Drupal, browse to Administration > Reports > Available Updates and enter your email address there.
You might have to install an MTA (mail transfer agent) on your droplet in order to be able to send emails, see How To Install and Configure Postfix as a Send-Only SMTP Server on Ubuntu 14.04.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.