billputer / go-namecheap

A Go library for using the Namecheap API
MIT License
49 stars 28 forks source link

Support MX records #7

Closed captncraig closed 6 years ago

captncraig commented 6 years ago

The namecheap api requires setting the top level EmailType parameter to "MX" or else it will not save any mx records you give it.

billputer commented 6 years ago

LGTM. Thanks for this. The Namecheap API has some quirks, and I certainly don't hit them much.