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
Post a Comment