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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -