".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
MX记录(邮件交换记录)是DNS记录的一种特殊类型,是将电子邮件传递到你的企业电子邮件地址所必需的,它告诉Internet服务器在何处向您的网站域名发送电子邮件。如果要使用以自己的域名使用G Suite或其他电子邮件服务,则需要更改它们。这篇文章将带大家了解[国外域名注册商](/#)Namecheap更改MX记录操作步骤。
1、登录到Namecheap帐户,并在菜单项里找到Domain List » Advanced DNS,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/03/namecheapdomains.jpg)
2、向下滚动页面至“Mail Settings”部分,单击下拉菜单然后选择Custom MX;
![](https://www.idcspy.com/wp-content/uploads/2021/03/namecheapdomain.jpg)
3、输入MX记录的详细信息,单击“Save All Changes”按钮以保存新的MX记录。以G Suite为例:
Host: @
Mail Server: ASPMX.L.GOOGLE.COM
Priority: 1
TTL: 60
![](https://www.idcspy.com/wp-content/uploads/2021/03/namecheapdomai.jpg)
4、可以通过“Add New Record”按钮来添加更多记录。
![](https://www.idcspy.com/wp-content/uploads/2021/03/namecheapdoma.jpg)
相关推荐:《[Namecheap域名解析的图文教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106343.html