Wordpress 和 Google Cloud Launcher 联系表问题
Wordpress and Google Cloud Launcher issue with Contact Form
我刚刚为 Google Cloud Launcher 安装了全新的 Wordpress Beta。目前,我无法通过 Contact Form 7 发送邮件,也无法通过 Wordpress 管理员邀请新用户。有趣的是,我在控制台中没有收到任何错误,Contact 7 表单也没有显示任何失败。
我是否必须使用此 SMTP 路由?还有其他人在使用新的 GCP Wordpress 时遇到过这个问题吗?
我最终使用了一个 Wordpress 插件,它使用名为 Easy WP SMTP 的 SMTP https://wordpress.org/plugins/easy-wp-smtp/。
我将其配置为使用 smtp.google.com 和我为从 Wordpress 发送邮件而创建的虚拟帐户。
根据 Google 云文档,Google Compute Engine 不允许端口 25、465 和 587 上的出站连接。他们建议使用第三方服务来处理电子邮件,但是 Easy WP SMTP 插件似乎是一个不错的选择。
https://cloud.google.com/compute/docs/tutorials/sending-mail/
我刚刚为 Google Cloud Launcher 安装了全新的 Wordpress Beta。目前,我无法通过 Contact Form 7 发送邮件,也无法通过 Wordpress 管理员邀请新用户。有趣的是,我在控制台中没有收到任何错误,Contact 7 表单也没有显示任何失败。
我是否必须使用此 SMTP 路由?还有其他人在使用新的 GCP Wordpress 时遇到过这个问题吗?
我最终使用了一个 Wordpress 插件,它使用名为 Easy WP SMTP 的 SMTP https://wordpress.org/plugins/easy-wp-smtp/。
我将其配置为使用 smtp.google.com 和我为从 Wordpress 发送邮件而创建的虚拟帐户。
根据 Google 云文档,Google Compute Engine 不允许端口 25、465 和 587 上的出站连接。他们建议使用第三方服务来处理电子邮件,但是 Easy WP SMTP 插件似乎是一个不错的选择。
https://cloud.google.com/compute/docs/tutorials/sending-mail/