dns - Is it possible to have a custom domain on Heroku but handle the email accounts on another service? -


i apologize in advance if stupid question. have app hosted on heroku custom domain , setting outgoing email seems bad time.

i have web hosting account host gator. curious if it's possible still have custom domain on heroku while handling sites email accounts elsewhere?

thanks,

ryan

yes. heroku doesn't handle dns itself. point domain's and/or cname records heroku's servers using current dns handler; mx (mail) records set independently of , cname records (also using current dns handler).


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -