Mailbox / Email Service with API

I am trying to create an email web application, but I do not want to deal with mail servers. I'm only interested in creating a front-end web interface.

The ideal situation would be when a new user signs up, I create a mailbox on the specified service. I would also use this service to pull emails from mailboxes, write to these mailboxes (email tags), and possibly use the same service to send mail.

The closest I could find is mailGun.com, but at this time it stores mailbox passwords using plain text -_-. They stated that this would be allowed in the future.

I also looked at the postmark and email address of Yak.

Does anyone know any other services?

+5
source share
2 answers

I have not used them, but what about context.io

+2
source

I use Qboxmail, which provides an API for email hosting:

http://www.qboxmail.com/it/documentazione/api-email-hosting

+3
source

All Articles