为解析电子邮件自定义面向用户的页面
Customize User-Facing Pages for Parse Emails
如何自定义注册电子邮件的外观?在我的 Parse 仪表板中,它要求我将模板上传到我的 "server"。我的应用程序没有服务器。它相当基础,完全依赖于我的后端 Parse。
我可以只提供一个 link 从 GoDaddy 托管帐户到提供的指定 HTML 模板页面吗?
自定义面向用户的页面
These are the pages your users visit when resetting their password or
verifying their email addresses. You can customize the look and feel of
these pages by uploading a modified copy to your server and telling us
their locations.
隐藏 Parse.com 个网址
By uploading this file to your server and entering its address below,
you can hide parse.com from your users. This page is an iframe for Parse
that lets your domain be the front-end to our back-end.
是的,这真的很简单。
只需从 Parse.com 控制面板的“设置”>“电子邮件”下下载提供的模板文件,然后将它们上传到您的服务器(虚拟主机,即 GoDaddy)。
其中显示 /app/password_reset_success.html 等,将整行替换为 link 到您服务器上的同一文件。
如何自定义注册电子邮件的外观?在我的 Parse 仪表板中,它要求我将模板上传到我的 "server"。我的应用程序没有服务器。它相当基础,完全依赖于我的后端 Parse。
我可以只提供一个 link 从 GoDaddy 托管帐户到提供的指定 HTML 模板页面吗?
自定义面向用户的页面
These are the pages your users visit when resetting their password or
verifying their email addresses. You can customize the look and feel of
these pages by uploading a modified copy to your server and telling us
their locations.
隐藏 Parse.com 个网址
By uploading this file to your server and entering its address below,
you can hide parse.com from your users. This page is an iframe for Parse
that lets your domain be the front-end to our back-end.
是的,这真的很简单。
只需从 Parse.com 控制面板的“设置”>“电子邮件”下下载提供的模板文件,然后将它们上传到您的服务器(虚拟主机,即 GoDaddy)。
其中显示 /app/password_reset_success.html 等,将整行替换为 link 到您服务器上的同一文件。