在 Google Apps 之后使用 PHP 发送电子邮件
我正在考虑使用 Google Apps 为我的服务器处理电子邮件。更改 MX 记录并将所有内容都指向 Google 后,我的服务器仍然能够通过 PHP 发送电子邮件吗?我运行了 OSCommerce 安装,它使用 PHP 发送订单确认电子邮件,我需要确保它们不会被此更改中断。
谢谢! -阿杰
I am thinking about using Google Apps to handle email for my server. After changing MX records and pointing everything at Google, will my server still be able to send email through PHP? I run an install of OSCommerce which uses PHP to send order confirmation emails and I need to be sure that they will not be interrupted by this change.
Thanks!
-AJay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,你应该没有问题。即使您的服务器不再是您所在域的邮件交换器,您服务器上的 sendmail(或同等功能)也将继续运行。
Generally, you should have no problems. sendmail (or equivalent) on your server will continue to function, even if your server is no longer a mail exchanger for your domain.