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!
Hi Mitchell,
Great Tutorial Again. But I believe, zoho mail is more ideal (if you do not need more that 10 mail IDs for your domain). zoho mail has a free mail hosting plan wherein they give 10 mailboxes of size 5gb each with pop/imap access… Link to pricing http://www.zoho.com/mail/zohomail-pricing.html. And they have a nice referral program as well, wherein they add 5 mail boxes to your domain for each referral that joins (but the limit is only 3 refferals).
I have been with them for 2 years now. great email service.
Hi,
I just want to know that is there any sending limit for the emails ? I have a database of almost 50K emails and I want to send emails to all my clients. Can someone please guide me that what should I do. Thank You
Regards
Note on Ubuntu you can easily setup SSMTP to use this Google Apps account for your outgoing PHP mail without all the fuss of setting up Postfix. If you don’t plan to use Postfix/Courier because you’ll be using Google Apps, but do want the server to send mail out at least with the Google Apps account, then you can do the following.
$ sudo apt-get install ssmtp
Then, use your favorite editor and append this to the bottom of /etc/ssmtp/ssmtp.conf and change the following EMAIL@EMAIL.COM and PASSWORD to what you need. (Lowercase the email, of course.)
root=EMAIL@EMAIL.COM
mailhub=smtp.gmail.com:587
UseSTARTTLS=yes
UseTLS=yes
AuthUser=EMAIL@EMAIL.COM
AuthPass=PASSWORD
AuthPass=PASSWORD
FromLineOverride=YES
Note this won’t work until you have actually used that inbox for sending and receiving at least once – at least that’s what I think I recall when I last did this. After that, SSMTP started working.
This can probably work okay with other services besides Google Apps, but you’ll probably have to change a parameter here or there.
I had previously set up gmail to handle my domain’s email and was running that way for a couple of years. A few days ago I moved that domain’s website to DigitalOcean, and of course when I changed the nameservers at my registrar, the mail stopped working. I went into DO’s DNS and clicked the button to add gmail’s MX records, thinking that should be all I have to do. That was now 35 hours ago and no email. So…what else might I need to do, to get this to work? (They say it can take up to 48 hours but I think it almost never takes this long, so I think it is more likely that it is not set up correctly.)
manicas…this is resolved. I realized that when I moved the site to DO, as I was focused on how fast it could be, I also set up a CDN at the same time. That involved changing my nameservers to point to the CDN, which in turn points to DO. So the email solution was to go to the CDN to add the MX records I needed for gmail. As soon as I did that, less than an hour and my email was coming through again.
Can I install app like Ghost or Wordpress and configure this gmail in one droplet ? Please let me know. Thanks
Hi!, I already have a corporate gmail account (I purchased before read this wonderfull tuto) and I have my webform setup to use that one. Is there a way to add a normal gmail account but use my domain instal gmail normal ending?