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?
source
share