direct_mail 使用错误的 templavoila 模板

发布于 2024-10-30 20:34:33 字数 1679 浏览 6 评论 0原文

无论我做什么,都不会使用work.com的templavoila模板。 我希望 donstwork.com 使用自己的 templavoila 模板,但不知道如何使用。


我在一个typo3 树中使用具有多个域的直邮。例如,域:works.com 和 isntwork.com。 Directmail 适用于第一个域 (works.com),但不适用于第二个域 (doesntwork.com)。


  • Works.com 有自己的直邮系统文件夹(名为 WorkNewsletters)
  • doestwork.com 有自己的直邮系统文件夹(名为 doesntWorkNewsletters)

  • Works.com 有自己的 templavoila 系统文件夹(名为 WorkStorage)
  • doestwork.com 有自己的 templavoila 系统文件夹(名为 WorkStorage) doesntWorkStorage)

  • WorkNewsletters 文件夹对其所有子页面使用绿色 templavoila 模板。该模板位于 WorkStorage 文件夹中。
  • DoesntWorkNewsletters 文件夹的所有子页面均使用红色 templavoila 模板。该模板位于DoesntWorkStorage 文件夹中。

我使用向导创建了一个新的直邮,方法是

  • 选择 donstwork.com 的直邮系统文件夹,
  • 选择内部页面
  • ,选择单击此处创建一个新页面,您稍后可以将其作为直邮发送。
  • 输入一些虚拟文本并
  • 仍然通过向导创建页面,选择在上一步中创建的页面
  • 我将其作为测试电子邮件发送到我自己的邮件地址

有关安装的详细信息:

  • typo3 版本 4.4.6
  • direct_mail 版本 2.6.9
  • Realurl没有被使用。
  • Cronjob 每 2 分钟运行一次。

在DoesntWork的根模板中,我已将其添加到设置

config.baseURL = http://doesntwork.com/

中 在Work的根模板中,我已将其添加到设置中

config.baseURL = http://work.com/

在WorkNewsletter文件夹中,我添加了一个模板,这是设置字段

plugin.tx_directmail_pi1.siteUrl = http://work.com/

在DoesntWorkNewsletter文件夹中,我添加了一个模板这是设置字段,

plugin.tx_directmail_pi1.siteUrl = http://doesntwork.com/

我尝试在登录 http://doesntwork.com/typo3/ 时使用后端发送邮件,但没有任何区别。


我明显做错了什么吗?我可以做什么来调试它?

No matter what I do doesntwork.com uses the templavoila template of work.com.
I want doesntwork.com to use its own templavoila template, but dunno how.


I use directmail with multiple domains in one typo3 tree. E.g. the domains: works.com and doesntwork.com. Directmail works with the first domain (works.com), but not with the second domain (doesntwork.com).


  • works.com has its own sysfolder for directmail (named WorkNewsletters)
  • doesntwork.com has its own sysfolder for directmail (named DoesntWorkNewsletters)

  • works.com has its own sysfolder for templavoila (named WorkStorage)
  • doesntwork.com has its own sysfolder for templavoila (named DoesntWorkStorage)

  • The WorkNewsletters folder uses a green templavoila template for all it's subpages. This template is located in the WorkStorage folder.
  • The DoesntWorkNewsletters folder uses a red templavoila template for all it's subpages. This template is located in the DoesntWorkStorage folder.

I create a new directmail with the wizard, by

  • choosing the directmail sysfolder for doesntwork.com
  • selecting Internal Pages
  • selecting Click here to create a new page that you can later send as a direct mail.
  • typing in some dummy text and create the page
  • still via the wizard, select the page created in the previous step
  • I send it as a test email to to my own mailadress

Details about the installation:

  • typo3 version 4.4.6
  • direct_mail version 2.6.9
  • Realurl is not used.
  • Cronjob runs every 2 minute.

In the root template of DoesntWork I have added this to the setup

config.baseURL = http://doesntwork.com/

In the root template of Work I have added this to the setup

config.baseURL = http://work.com/

On the WorkNewsletter folder I have added a template with this is the setup field

plugin.tx_directmail_pi1.siteUrl = http://work.com/

On the DoesntWorkNewsletter folder I have added a template with this is the setup field

plugin.tx_directmail_pi1.siteUrl = http://doesntwork.com/

I have tried to send mails by using the backend when logged in at http://doesntwork.com/typo3/ but it didn't make any difference.


Anything obvious I have done wrong? What can I do to debug it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

昔日梦未散 2024-11-06 20:34:33

在我为两个域配置 realurl 后,我开始收到此错误消息

无法获取 HTML 内容。

以前看不到任何错误信息。

它帮助我意识到我必须在这里指定一个域,

Direct Mail
Configuration
SET DEFAULT VALUES FOR MAIL CONTENT FETCHING OPTIONS:
Domain of internal links:

现在时事通讯适用于具有正确 templavoila 模板的两个域。

After i configured realurl for both domains, I started getting this error message

The HTML content could not be fetched.

Previously could not see any error message.

It helped me realize that I had to specify a domain here

Direct Mail
Configuration
SET DEFAULT VALUES FOR MAIL CONTENT FETCHING OPTIONS:
Domain of internal links:

Now newsletters works for both domains with the right templavoila template.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文