I m trying to use Digital Ocean’s droplet with Docker for the first time.
I wish to ask you: in case of deployment of a website on a droplet, how do you manage the mail server? Do you use a separate email server or refer to a dedicated service?
We personally use Sendgrid. For now the SMTP credentials but will move to the API before go live. DO might have default SMTP credentials you can use but I’m not that familiar with the offering.
You can receive emails from Sendgrid, or even set a different reply to email - up to you. You will need a ‘client’ to receive those - so you could just setup a GSuite / Gmail account for that.
We have centralized GSuite emails that we send email into from various third parties like Sendgrid, Customer.io, Lemlist etc.
I have a question, does mxroute offer the service which allows webapp to send out email notifications to users? I checked your link, however, I could not find the article about it.
If you’re using NodeJS then NodeMailer has a built in parser function. Although if you’re after something simpler then a third-party service is probably easier, something like CloudMailin could work.