0
h4xx3r
6y

Did any of you have found a viable and reliable email hoster for custom domains that doesn't force you to transfer your domain(just setup the DNS records properly)?

And that can make programmatically possible write emails?

Comments
  • 0
    @kescherRant didn't find one that doesn't mess up my nginx setup =_=
  • 0
    I use zoho
  • 0
    @kescherRant yep, I need subdomain with webmail facing the web
  • 0
    @kescherRant iRedMail does. Anyway, do you have a blog post guide for the solution that you are taking about?
  • 1
    improvmx and use whatever in the background, though iirc only gmail can use it as a reverse smtp, so with other providers you'd be sending with the real email name instead of the one configured
  • 1
    oh only now saw you need api too, use mailgun then, especially their routes for the receiving part of things
  • 1
    Mail gun or mandrill
  • 0
    Gmail and you can programitically write emails using for example PHMMailer or <your favourite email lib in your favourite language>
Add Comment