Tuesday, November 18, 2014

Digitalocean, Wordpress and Zoho SMTP

I have set up droplet on Digital Ocean (Ubuntu, nginx, php 5.6 and mysql) and I plan on running a Wordpress site. The site has a register/login/notification feature that will require sending out emails occasionally, max 100 emails per day.



Is it possible to use the free Zoho SMTP service for this? I know it should work in theory, I'm interested in practical experience.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...